Hi, thanks a lot for sharing the training code. If I need to learn new motion patterns with my own datasets which are very different from normal realistic videos, how should I train the model? Do you have any insight? Is the train.py file used for fine-tuning the motion module? And the train_lora.py file is for training the Lora module which is presented as domain adapter Lora in the Animatediff file? Should I use train_lora.py to adapt to my own datasets' domain and then use train.py to learn the new motion patterns?
If you can give me some guidance, I would really appreciate it.
Thanks a lot.