Upload black-forest-labs_FLUX.2-klein-base-9B_1.txt with huggingface_hub
Browse files
black-forest-labs_FLUX.2-klein-base-9B_1.txt
CHANGED
|
@@ -14,9 +14,9 @@ image = pipe(image=input_image, prompt=prompt).images[0]
|
|
| 14 |
|
| 15 |
ERROR:
|
| 16 |
Traceback (most recent call last):
|
| 17 |
-
File "/tmp/black-forest-labs_FLUX.2-klein-base-
|
| 18 |
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-base-9B", dtype=torch.bfloat16, device_map="cuda")
|
| 19 |
-
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line
|
| 20 |
return fn(*args, **kwargs)
|
| 21 |
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 829, in from_pretrained
|
| 22 |
cached_folder = cls.download(
|
|
@@ -24,7 +24,7 @@ Traceback (most recent call last):
|
|
| 24 |
...<14 lines>...
|
| 25 |
**kwargs,
|
| 26 |
)
|
| 27 |
-
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line
|
| 28 |
return fn(*args, **kwargs)
|
| 29 |
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1663, in download
|
| 30 |
pipeline_class = _get_pipeline_class(
|
|
|
|
| 14 |
|
| 15 |
ERROR:
|
| 16 |
Traceback (most recent call last):
|
| 17 |
+
File "/tmp/black-forest-labs_FLUX.2-klein-base-9B_1orwbhy.py", line 28, in <module>
|
| 18 |
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-base-9B", dtype=torch.bfloat16, device_map="cuda")
|
| 19 |
+
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
|
| 20 |
return fn(*args, **kwargs)
|
| 21 |
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 829, in from_pretrained
|
| 22 |
cached_folder = cls.download(
|
|
|
|
| 24 |
...<14 lines>...
|
| 25 |
**kwargs,
|
| 26 |
)
|
| 27 |
+
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
|
| 28 |
return fn(*args, **kwargs)
|
| 29 |
File "/tmp/.cache/uv/environments-v2/2062dfcf7fcd00c9/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1663, in download
|
| 30 |
pipeline_class = _get_pipeline_class(
|