Closed JunxiChhen closed 1 year ago
Hi @JunxiChhen! I'm currently working on a fix that should be merged soon. This bug appeared with the recent release of Diffusers 0.15 so in the meantime I recommend that you use Diffusers 0.14:
pip uninstall diffusers
pip install diffusers==0.14
Hi @JunxiChhen! I'm currently working on a fix that should be merged soon. This bug appeared with the recent release of Diffusers 0.15 so in the meantime I recommend that you use Diffusers 0.14:
pip uninstall diffusers pip install diffusers==0.14
Thanks for your quick response. It works now.
@JunxiChhen #201 just got merged to enable compatibility with Diffusers 0.15.0. You'll need an install from source to get this fix:
pip install git+https://github.com/huggingface/optimum-habana.git
Also, a new version of Optimum Habana containing this fix will be released soon.
System Info
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
Is there any method can fix this issue?