hotshotco / Hotshot-XL

✨ Hotshot-XL: State-of-the-art AI text-to-GIF model trained to work alongside Stable Diffusion XL
https://hotshot.co
Apache License 2.0
982 stars 77 forks source link

DownBlock3D does not exist. #15

Closed songyiren98 closed 8 months ago

songyiren98 commented 8 months ago

File "/share/wenzhuoliu/conda-envs/hotshot/lib/python3.9/site-packages/diffusers/models/unet_2d_blocks.py", line 239, in get_down_block raise ValueError(f"{down_block_type} does not exist.") ValueError: DownBlock3D does not exist.

I have install all the package in requirements.txt, some thing wrong when I run inference.py. looking forward to your reply.

songyiren98 commented 8 months ago

I have solve the problem, I used wrong model_index.json, It's OK now.