nateraw / stable-diffusion-videos

Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
Apache License 2.0
4.34k stars 413 forks source link

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

Open tralala87 opened 1 year ago

tralala87 commented 1 year ago

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 commented 1 year ago

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

tralala87 commented 1 year ago

Google Colab Pro TPU