THUDM / CogVideo

text and image to video generation: CogVideoX (2024) and CogVideo (ICLR 2023)
Apache License 2.0
9.29k stars 874 forks source link

Trouble in CogVideoXTransformer3DModel #522

Closed harshvb20 closed 3 days ago

harshvb20 commented 3 days ago

image How to fix it?

JWargrave commented 3 days ago

image How to fix it?

Reinstall the latest diffusers from source will fix this. refer to this

harshvb20 commented 3 days ago

I used pip install diffusers --upgrade, and this is what I get, but the problem is not solved. image

JWargrave commented 3 days ago

I used pip install diffusers --upgrade, and this is what I get, but the problem is not solved. image

you need to install from source.

pip uninstall diffusers
git clone https://github.com/huggingface/diffusers.git
cd diffusers
pip install -e .
harshvb20 commented 3 days ago

Thanks man, it worked

MikeAiJF commented 2 days ago

谢谢,成功了 你好,你有出现没有shape属性这个错误吗