Hi authors, thanks for your impressive work.
I tried to implement training using bash accelerate_train.sh, and encountered this error:
Traceback (most recent call last):
File "/RealCam-I2V/finetune/train.py", line 21, in
main()
File "/RealCam-I2V/finetune/train.py", line 15, in main
trainer_cls = get_model_cls(args.model_name, args.training_type)
File "/RealCam-I2V/finetune/models/utils.py", line 48, in get_model_cls
raise ValueError(f"Model '{model_type}' is not supported")
ValueError: Model 'cogvideox1.5-i2v' is not supported
I checked utils.py and found that SUPPORT_MODELS is empty. Are there any bugs with this training config? How should I modify the training code? Thank you a lot.
Hi authors, thanks for your impressive work.
I tried to implement training using
bash accelerate_train.sh, and encountered this error:I checked
utils.pyand found that SUPPORT_MODELS is empty. Are there any bugs with this training config? How should I modify the training code? Thank you a lot.