You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
size mismatch for model.diffusion_model.mixins.patch_embed.proj.weight: copying a param with shape torch.Size([3072, 256]) from checkpoint, the shape in current model is torch.Size([3072, 128]).
#513
Open
echoanran opened this issue
Nov 18, 2024
· 4 comments
I've build diffusers under branch cogvideox1.1-5b, and the current version is diffusers-0.32.0.dev0, but the problem still exists. Is there any other part to modify?
I followed https://github.com/THUDM/CogVideo/tree/main/sat/README.md to run
bash inference.sh
, and encountered the problem. The weights are downloaded from https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT.What could I do to fix the problem? Thanks for you help!
The text was updated successfully, but these errors were encountered: