Buckets:

Pranav2748's picture
download
raw
6.48 kB
=== batched gen MODE=bfl OUT=outputs/eval/imgs/bfl N=64 B=4 RES=512 ===
W0613 19:21:17.569000 28316 torch/utils/_pytree.py:630] <enum 'KernelPreference'> is an Enum subclass and is now natively supported by torch.compile as an opaque value type. Calling register_constant() on Enum subclasses is deprecated and will be an error in a future release.
W0613 19:21:17.598000 28316 torch/utils/_pytree.py:630] <enum 'ScaleCalculationMode'> is an Enum subclass and is now natively supported by torch.compile as an opaque value type. Calling register_constant() on Enum subclasses is deprecated and will be an error in a future release.
Unable to import `torchao` Tensor objects. This may affect loading checkpoints serialized with `torchao`
Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s]
Loading weights: 0%| | 0/398 [00:00<?, ?it/s]
Loading weights: 14%|█▍ | 56/398 [00:00<00:00, 556.84it/s]
Loading weights: 31%|███ | 124/398 [00:00<00:00, 616.36it/s]
Loading weights: 49%|████▊ | 194/398 [00:00<00:00, 643.43it/s]
Loading weights: 65%|██████▌ | 259/398 [00:00<00:00, 613.24it/s]
Loading weights: 81%|████████ | 321/398 [00:00<00:00, 599.43it/s]
Loading weights: 98%|█████████▊| 390/398 [00:00<00:00, 627.35it/s] Loading weights: 100%|██████████| 398/398 [00:00<00:00, 631.20it/s]
Loading pipeline components...: 20%|██ | 1/5 [00:02<00:08, 2.13s/it] Loading pipeline components...: 40%|████ | 2/5 [00:02<00:03, 1.01s/it] Loading pipeline components...: 60%|██████ | 3/5 [00:02<00:01, 1.26it/s] Loading pipeline components...: 80%|████████ | 4/5 [00:04<00:01, 1.02s/it] Loading pipeline components...: 100%|██████████| 5/5 [00:04<00:00, 1.17it/s]
/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_validators.py:205: UserWarning: The `local_dir_use_symlinks` argument is deprecated and ignored in `hf_hub_download`. Downloading to a local directory does not use symlinks anymore.
warnings.warn(
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py", line 761, in hf_raise_for_status
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/httpx/_models.py", line 763, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://huggingface.co/black-forest-labs/FLUX.2-dev/resolve/main/transformer/config.json'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/diffusers/configuration_utils.py", line 424, in load_config
config_file = hf_hub_download(
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/file_download.py", line 1015, in hf_hub_download
return _hf_hub_download_to_cache_dir(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/file_download.py", line 1166, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/file_download.py", line 1804, in _raise_on_head_call_error
raise head_call_error
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/file_download.py", line 1690, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/file_download.py", line 1612, in get_hf_file_metadata
response = _httpx_follow_relative_redirects_with_backoff(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py", line 692, in _httpx_follow_relative_redirects_with_backoff
hf_raise_for_status(response)
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py", line 787, in hf_raise_for_status
raise _format(GatedRepoError, message, response, repo_type=repo_type, repo_id=repo_id) from e
huggingface_hub.errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-6a2dadd5-083d756035d0da3d50c32edd;e7073b00-9565-4108-8a71-34b9dc4fd455)
Cannot access gated repo for url https://huggingface.co/black-forest-labs/FLUX.2-dev/resolve/main/transformer/config.json.
Access to model black-forest-labs/FLUX.2-dev is restricted. You must have access to it and be authenticated to access it. Please log in.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/workspace/scripts/36_gen_batched.py", line 22, in <module>
tf = Flux2Transformer2DModel.from_single_file(BFL, torch_dtype=torch.bfloat16)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/diffusers/loaders/single_file_model.py", line 440, in from_single_file
diffusers_model_config = cls.load_config(
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/diffusers/configuration_utils.py", line 439, in load_config
raise EnvironmentError(
OSError: black-forest-labs/FLUX.2-dev is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo with `token` or log in with `hf auth login`.

Xet Storage Details

Size:
6.48 kB
·
Xet hash:
308e74f040437f187aa9eb981ab07d5b99b2146290143c3f428442dc6b427ffb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.