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
I actually modified the CogVideoX module and fine-tuned it using the train_zero_i2v.sh script and corresponding configuration. Now I have the model weights in the following structure as per your instructions:
Hi,
I actually modified the
CogVideoX
module and fine-tuned it using thetrain_zero_i2v.sh
script and corresponding configuration. Now I have the model weights in the following structure as per your instructions:When I try to use these weights for inference with the
cli_demo.py
script, I encounter the following error at the line:The error message is:
OSError: Error no file named model_index.json found in directory /home/CogVideo/output/81_HDTF_sft_fp32
Could you please provide guidance on how to correctly use this weight format for inference? Your help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: