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,