fix(api-nodes): fixed old regression in the ByteDanceImageReference node

This commit is contained in:
bigcat88 2026-03-19 08:12:35 +02:00
parent 93a6d68dbd
commit 8e12b0140f
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

@ -947,7 +947,7 @@ class ByteDanceImageReferenceNode(IO.ComfyNode):
]
return await process_video_task(
cls,
payload=Image2VideoTaskCreationRequest(model=model, content=x),
payload=Image2VideoTaskCreationRequest(model=model, content=x, generate_audio=None),
estimated_duration=max(1, math.ceil(VIDEO_TASKS_EXECUTION_TIME[model][resolution] * (duration / 10.0))),
)