CogVideo
CogVideo copied to clipboard
How to train videos with a height (h) greater than width (w) resolution.
if h = 720, w=480, can transpose the height (h) and width (w) of a video before applying SFT?
That won’t work very well, but you can rotate the video 90 degrees and then use it to create a training set. This should allow for normal training.