Upload dx8152_Relight_0.txt with huggingface_hub
Browse files- dx8152_Relight_0.txt +23 -3
dx8152_Relight_0.txt
CHANGED
|
@@ -13,6 +13,26 @@ image = pipe(image=input_image, prompt=prompt).images[0]
|
|
| 13 |
|
| 14 |
ERROR:
|
| 15 |
Traceback (most recent call last):
|
| 16 |
-
File "/tmp/
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
ERROR:
|
| 15 |
Traceback (most recent call last):
|
| 16 |
+
File "/tmp/dx8152_Relight_085jTsS.py", line 19, in <module>
|
| 17 |
+
pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509")
|
| 18 |
+
File "/tmp/.cache/uv/environments-v2/6db6bbb20bc0ef32/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 19 |
+
return fn(*args, **kwargs)
|
| 20 |
+
File "/tmp/.cache/uv/environments-v2/6db6bbb20bc0ef32/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 833, in from_pretrained
|
| 21 |
+
cached_folder = cls.download(
|
| 22 |
+
pretrained_model_name_or_path,
|
| 23 |
+
...<14 lines>...
|
| 24 |
+
**kwargs,
|
| 25 |
+
)
|
| 26 |
+
File "/tmp/.cache/uv/environments-v2/6db6bbb20bc0ef32/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 27 |
+
return fn(*args, **kwargs)
|
| 28 |
+
File "/tmp/.cache/uv/environments-v2/6db6bbb20bc0ef32/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1548, in download
|
| 29 |
+
pipeline_class = _get_pipeline_class(
|
| 30 |
+
cls,
|
| 31 |
+
...<7 lines>...
|
| 32 |
+
revision=custom_revision,
|
| 33 |
+
)
|
| 34 |
+
File "/tmp/.cache/uv/environments-v2/6db6bbb20bc0ef32/lib/python3.13/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 491, in _get_pipeline_class
|
| 35 |
+
pipeline_cls = getattr(diffusers_module, class_name)
|
| 36 |
+
File "/tmp/.cache/uv/environments-v2/6db6bbb20bc0ef32/lib/python3.13/site-packages/diffusers/utils/import_utils.py", line 946, in __getattr__
|
| 37 |
+
raise AttributeError(f"module {self.__name__} has no attribute {name}")
|
| 38 |
+
AttributeError: module diffusers has no attribute QwenImageEditPlusPipeline. Did you mean: 'QwenImageEditPipeline'?
|