Instalation #7774
Unanswered
pepeballesterostel
asked this question in
Q&A
Instalation
#7774
Replies: 1 comment
-
Could you just remove |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For the installation of diffusers in colab, I am following the colab example. This just to work just fine, but now, after installing
diffusers==0.11.1
, I cannot import the diffusers library:AttributeError: module 'jax.random' has no attribute 'KeyArray'
JAX version in colab 0.4.26 is compatible with that of diffusers dependencies:
"jax>=0.4.1", "jaxlib>=0.4.1"
,Any help to install correctly diffusers in colab is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions