Fix the wrong PR url (to diffuser repo) in README.md
#75
by
iconben
- opened
The #12715 PR should be https://github.com/huggingface/diffusers/pull/12715, the wrong url is https://github.com/huggingface/diffusers/pull/12704
Hey I am not able to load the diffuser with the ZImagePipeline
ImportError Traceback (most recent call last)
/tmp/ipython-input-2279947404.py in <cell line: 0>()
----> 1 from diffusers import ZImagePipeline
ImportError: cannot import name 'ZImagePipeline' from 'diffusers' (/usr/local/lib/python3.12/dist-packages/diffusers/init.py)
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
QJerry
changed pull request status to
merged