Skip to content

Commit f7f8c35

Browse files
authored
Update cli_demo.py
1 parent b459bd2 commit f7f8c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inference/cli_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def generate_video(
133133
video=video, # The path of the video to be used as the background of the video
134134
num_videos_per_prompt=num_videos_per_prompt,
135135
num_inference_steps=num_inference_steps,
136+
num_frames=49,
136137
use_dynamic_cfg=True,
137138
guidance_scale=guidance_scale,
138139
generator=torch.Generator().manual_seed(seed), # Set the seed for reproducibility

0 commit comments

Comments
 (0)