移除冗余参数

This commit is contained in:
puke
2025-11-03 11:10:31 +08:00
parent 8333397615
commit 4dbf08ca5a

View File

@@ -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,