Skip to content

Commit 5116234

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inference/cli_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +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,
136+
# num_frames=49,
137137
use_dynamic_cfg=True,
138138
guidance_scale=guidance_scale,
139139
generator=torch.Generator().manual_seed(seed), # Set the seed for reproducibility

0 commit comments

Comments
 (0)