thu-ml / controlvideo

Official implementation for "ControlVideo: Adding Conditional Control for One Shot Text-to-Video Editing"
Apache License 2.0
214 stars 15 forks source link

Generate multiple consistant segments of a long video #10

Open ryancll opened 1 year ago

ryancll commented 1 year ago

Considering the maxium length of generated video is limited by GPU memory, I tried splitting a long video into multiple segments. Even though I edit each segment with same prompt and parameters, I found hard to ensure the consistency between these generated segments. Could you give me some suggestions for long video generation?