feat: support I2V training
Wow! Thanks! We will test and review the code. By the way, could you tell me how much VRAM is required to train the I2V model?
your code is so clear that it's very easy to understand and further develop. It just costs me no more than 1.5hrs to write this so i am not certainly sure these codes are right.
I use single H800 and it is still training now. I will also further test my codes after training finished. The Peak VRAM use is about 42868MiB as the above picture shows.
there maybe some bugs in my code, i trained and infer i2v lora through it but get wrong results. Can anybody point out how to revise code for bug free.
i have not enough time to debug these days....
there maybe some bugs in my code, i trained and infer i2v lora through it but get wrong results. Can anybody point out how to revise code for bug free.
The data processing is not aligned. There is a crop operation in the video, but not in the image.
@qiwang1996 Thank you for your contribution. Is this working correctly now?