You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your report! Could you specify a little bit more -- are you using jax for inference or you are using torch but importing diffusers causes a problem?
Hello.
When running google colab notebook this error is raised on the line
from diffusers import DiffusionPipeline, EulerAncestralDiscreteScheduler
The issue is that jax library needs to be downgraded to
0.4.23
, so adding the following into the first cell resolves the errorstackoverflow
Should the
requirements.txt
be patched? I can create an MR.The text was updated successfully, but these errors were encountered: