AttributeError: module diffusers has no attribute ZImagePipeline. Did you mean: 'QwenImagePipeline'?
#5
by
schnapper79
- opened
Traceback (most recent call last):
File "/root/image.py", line 5, in <module>
pipe = diffusers.ZImagePipeline.from_pretrained("Disty0/Z-Image-Turbo-SDNQ-uint4-svd-r32", torch_dtype=torch.bfloat16)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/venv/lib/python3.12/site-packages/diffusers/utils/import_utils.py", line 946, in __getattr__
raise AttributeError(f"module {self.__name__} has no attribute {name}")
AttributeError: module diffusers has no attribute ZImagePipeline. Did you mean: 'QwenImagePipeline'?
not working (yes i did pip install git+https://github.com/Disty0/sdnq)
solved:
had to do pip install git+https://github.com/huggingface/diffusers too
schnapper79
changed discussion status to
closed