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
While running:
pipeline, params = FlaxStableDiffusionWalkPipeline.from_pretrained
I get:
AttributeError Traceback (most recent call last) /usr/local/lib/python3.8/dist-packages/jax/_src/prng.py in threefry_seed(seed) 824 # TODO(jakevdp): in X64 mode, this can generate 64-bit computations for 32-bit 825 # inputs. We should avoid this. --> 826 k2 = convert(jnp.bitwise_and(seed, np.uint32(0xFFFFFFFF))) 827 return lax.concatenate([k1, k2], 0) 828
AttributeError: 'UnspecifiedValue' object has no attribute '_parsed_pspec'
The text was updated successfully, but these errors were encountered:
Could you please give your environment, and in what way you were running that?
Sorry, something went wrong.
Google Colab Pro TPU
No branches or pull requests
While running:
pipeline, params = FlaxStableDiffusionWalkPipeline.from_pretrained
I get:
AttributeError Traceback (most recent call last)
/usr/local/lib/python3.8/dist-packages/jax/_src/prng.py in threefry_seed(seed)
824 # TODO(jakevdp): in X64 mode, this can generate 64-bit computations for 32-bit
825 # inputs. We should avoid this.
--> 826 k2 = convert(jnp.bitwise_and(seed, np.uint32(0xFFFFFFFF)))
827 return lax.concatenate([k1, k2], 0)
828
AttributeError: 'UnspecifiedValue' object has no attribute '_parsed_pspec'
The text was updated successfully, but these errors were encountered: