Skip to content
New issue

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

AttributeError: 'UnspecifiedValue' object has no attribute '_parsed_pspec' #164

Open
tralala87 opened this issue Feb 18, 2023 · 2 comments

Comments

@tralala87
Copy link

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'

@Atomic-Germ
Copy link
Contributor

Could you please give your environment, and in what way you were running that?

@tralala87
Copy link
Author

tralala87 commented Feb 19, 2023

Google Colab Pro TPU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants