kijai / ComfyUI-ADMotionDirector

ComfyUI nodes for training AnimateDiff motion loras
Apache License 2.0
161 stars 14 forks source link

[Feature Suggestion]Multi videos training #6

Closed cheezecrisp closed 7 months ago

cheezecrisp commented 7 months ago

I guess it would be less overfit if we train with several videos

kijai commented 7 months ago

It should already have been possible, you just train some steps with one video, then with another and so on. Granted it was clumsy to setup, and I never tried it, but I added image input to the Train nodes now to make it bit simpler, reach train node can have different batch.

Edit: ok I realised I was wrong about this and am working on a proper solution as well as the mentioned interim solution.

kijai commented 7 months ago

This is currently in dev branch and seems to be working, the videos are cycled through each step, for example with 2 videos, 100 steps, it will do 50 with each alternating.

cheezecrisp commented 7 months ago

This is currently in dev branch and seems to be working, the videos are cycled through each step, for example with 2 videos, 100 steps, it will do 50 with each alternating.

Great, I'll check it out.

kijai commented 7 months ago

This is now in main.