We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b459bd2 commit f7f8c35Copy full SHA for f7f8c35
inference/cli_demo.py
@@ -133,6 +133,7 @@ def generate_video(
133
video=video, # The path of the video to be used as the background of the video
134
num_videos_per_prompt=num_videos_per_prompt,
135
num_inference_steps=num_inference_steps,
136
+ num_frames=49,
137
use_dynamic_cfg=True,
138
guidance_scale=guidance_scale,
139
generator=torch.Generator().manual_seed(seed), # Set the seed for reproducibility
0 commit comments