Could you tell me how to generate a long video (>10s) as you show on the readme page? I try to increate the num_frames from 16 to 32, the results degrade a lot.
output = pipe(
prompt="a young woman walking on street, 4k, high resolution",
negative_prompt="bad quality, worse quality, low resolution",
num_frames=32, #16
guidance_scale=2.0,
num_inference_steps=6,
generator=torch.Generator("cpu").manual_seed(0),
)
frames = output.frames[0]
export_to_gif(frames, "animatelcm.gif")
Dear AnimateLCM team,
Thank you for your great work, I really like it.
Could you tell me how to generate a long video (>10s) as you show on the readme page? I try to increate the num_frames from 16 to 32, the results degrade a lot.
Thank you for your help.
Best Wishes, Zongze