From 4dbf08ca5a95cc89895c49360e6076496061fe8f Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Mon, 3 Nov 2025 11:10:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/routers/video.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/routers/video.py b/api/routers/video.py index d947101..9746897 100644 --- a/api/routers/video.py +++ b/api/routers/video.py @@ -137,8 +137,6 @@ async def generate_video_async( image_width=request_body.image_width, image_height=request_body.image_height, image_workflow=request_body.image_workflow, - video_width=request_body.video_width, - video_height=request_body.video_height, video_fps=request_body.video_fps, frame_template=request_body.frame_template, prompt_prefix=request_body.prompt_prefix,