Skip to content

Commit 26913b7

Browse files
committed
update
1 parent ec5b38a commit 26913b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/hunyuan_video/pipeline_hunyuan_skyreels_image2video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
... true_cfg_scale=6.0,
7474
... guidance_scale=1.0,
7575
... ).frames[0]
76-
>>> export_to_video(output, "output_i2v.mp4", fps=15)
76+
>>> export_to_video(output, "output.mp4", fps=15)
7777
```
7878
"""
7979

0 commit comments

Comments
 (0)