genmoai / models

The best OSS video generation models
Apache License 2.0
1.19k stars 104 forks source link

TypeError: AsymmetricAttention.__init__() got an unexpected keyword argument 'clip_feat_dim' #4

Closed cene555 closed 4 days ago

ved-genmo commented 4 days ago

Hi! Thanks for trying out the inference repo. Can you provide the dit-config.yaml you used to run the model?

rlsu9 commented 4 days ago

Hi, you can simple fix the error by deleting the unexpected keyworks from the dit-config.yaml. For me, I have deleted the clip_feat_dim, pooled_caption_mlp_bias and use_transformer_engine from dit-config.yaml and everything works fine. I guess its a mismatch between the ckpt on huggingface and the codebase.

ved-genmo commented 4 days ago

If you pull the latest version of this repository, this error should be gone @cene555.