We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Jax version that gets installed according to requirements.txt has several missing attributes that are needed for the rest of the code.
Hoping to get some clarity on this. Here is the error message: AttributeError: module 'jax.random' has no attribute 'KeyArray'
The text was updated successfully, but these errors were encountered:
Hey - we haven't tested this repo on jax. Let me know if you would like to open a pull request for a Jax version. Would be happy to collaborate
Sorry, something went wrong.
They're referring to the colab notebook...it doesn't work because the error related jax.random
You just need to downgrade JAX -- refer to https://stackoverflow.com/questions/78302031/stable-diffusion-attributeerror-module-jax-random-has-no-attribute-keyarray
No branches or pull requests
The Jax version that gets installed according to requirements.txt has several missing attributes that are needed for the rest of the code.
Hoping to get some clarity on this. Here is the error message:
AttributeError: module 'jax.random' has no attribute 'KeyArray'
The text was updated successfully, but these errors were encountered: