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.
2 parents abed76f + 7d0969e commit 0425395Copy full SHA for 0425395
generate_video_df.py
@@ -158,7 +158,7 @@ def get_video_num_frames_moviepy(video_path):
158
assert input_num_frames >= args.overlap_history, "The input video is too short."
159
160
if v_height > v_width:
161
- width, heigth = height, width
+ width, height = height, width
162
163
video_frames = pipe.extend_video(
164
prompt=prompt_input,
0 commit comments