AnimateDiff
AnimateDiff copied to clipboard
Crash when generating longer video
When passing CLI arg --L to change video length. The program will crash if length is set more than 24.
for example, when passing --L 26:
RuntimeError: The size of tensor a (26) must match the size of tensor b (24) at non-singleton dimension 1
Bump! Same with me, it comes from prepare_latents with video_length parameter, hope this will be solved soon.
the same