Rename Wan2.2-Fun-A14B-Inp.py to Wan2.2-Fun-A14B-InP.py

This commit is contained in:
lzws
2025-08-22 14:18:16 +08:00
committed by GitHub
parent c4b97cd591
commit cb49f0283f

View File

@@ -32,4 +32,4 @@ video = pipe(
# You can input `end_image=xxx` to control the last frame of the video. # You can input `end_image=xxx` to control the last frame of the video.
# The model will automatically generate the dynamic content between `input_image` and `end_image`. # The model will automatically generate the dynamic content between `input_image` and `end_image`.
) )
save_video(video, "video.mp4", fps=15, quality=5) save_video(video, "video.mp4", fps=15, quality=5)