ariG23498 HF Staff commited on
Commit
b9301cd
·
verified ·
1 Parent(s): b2df9c2

Upload Qwen_Qwen-Image-Edit-2509_0.txt with huggingface_hub

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