Upload NewBie-AI_NewBie-image-Exp0.1_0.txt with huggingface_hub
Browse files
NewBie-AI_NewBie-image-Exp0.1_0.txt
CHANGED
|
@@ -11,11 +11,11 @@ image = pipe(prompt).images[0]
|
|
| 11 |
|
| 12 |
ERROR:
|
| 13 |
Traceback (most recent call last):
|
| 14 |
-
File "/tmp/NewBie-AI_NewBie-image-Exp0.
|
| 15 |
pipe = DiffusionPipeline.from_pretrained("NewBie-AI/NewBie-image-Exp0.1", dtype=torch.bfloat16, device_map="cuda")
|
| 16 |
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 17 |
return fn(*args, **kwargs)
|
| 18 |
-
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line
|
| 19 |
cached_folder = cls.download(
|
| 20 |
pretrained_model_name_or_path,
|
| 21 |
...<14 lines>...
|
|
@@ -23,14 +23,14 @@ Traceback (most recent call last):
|
|
| 23 |
)
|
| 24 |
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 25 |
return fn(*args, **kwargs)
|
| 26 |
-
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line
|
| 27 |
custom_components, folder_names = _get_custom_components_and_folders(
|
| 28 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 29 |
pretrained_model_name, config_dict, filenames, variant
|
| 30 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 31 |
)
|
| 32 |
^
|
| 33 |
-
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line
|
| 34 |
raise ValueError(
|
| 35 |
f"{candidate_file} as defined in `model_index.json` does not exist in {pretrained_model_name} and is not a module in 'diffusers/pipelines'."
|
| 36 |
)
|
|
|
|
| 11 |
|
| 12 |
ERROR:
|
| 13 |
Traceback (most recent call last):
|
| 14 |
+
File "/tmp/NewBie-AI_NewBie-image-Exp0.1_01LCMWF.py", line 27, in <module>
|
| 15 |
pipe = DiffusionPipeline.from_pretrained("NewBie-AI/NewBie-image-Exp0.1", dtype=torch.bfloat16, device_map="cuda")
|
| 16 |
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 17 |
return fn(*args, **kwargs)
|
| 18 |
+
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 829, in from_pretrained
|
| 19 |
cached_folder = cls.download(
|
| 20 |
pretrained_model_name_or_path,
|
| 21 |
...<14 lines>...
|
|
|
|
| 23 |
)
|
| 24 |
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 25 |
return fn(*args, **kwargs)
|
| 26 |
+
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1637, in download
|
| 27 |
custom_components, folder_names = _get_custom_components_and_folders(
|
| 28 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 29 |
pretrained_model_name, config_dict, filenames, variant
|
| 30 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 31 |
)
|
| 32 |
^
|
| 33 |
+
File "/tmp/.cache/uv/environments-v2/3feaae6b88b4fc27/lib/python3.13/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 1071, in _get_custom_components_and_folders
|
| 34 |
raise ValueError(
|
| 35 |
f"{candidate_file} as defined in `model_index.json` does not exist in {pretrained_model_name} and is not a module in 'diffusers/pipelines'."
|
| 36 |
)
|