From 5e88c783cebc13eb62e1f1f83f26b67b6054debe Mon Sep 17 00:00:00 2001 From: yyxzhj <19373115@buaa.edu.cn> Date: Tue, 26 May 2026 00:58:27 +0800 Subject: [PATCH] Fix the left parentheses --- wan/image2video_fast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wan/image2video_fast.py b/wan/image2video_fast.py index 3c68470..3ad64d5 100644 --- a/wan/image2video_fast.py +++ b/wan/image2video_fast.py @@ -410,7 +410,7 @@ def generate(self, - C: Color channels (3 for RGB) - N: Number of frames (81) - H: Frame height (from max_area) - - W: Frame width from max_area) + - W: Frame width (from max_area) """ if input_prompt is not None and isinstance(input_prompt, str):