mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-08 16:22:38 +08:00
fix(api-nodes): fixed old regression in the ByteDanceImageReference node
This commit is contained in:
parent
93a6d68dbd
commit
8e12b0140f
@ -947,7 +947,7 @@ class ByteDanceImageReferenceNode(IO.ComfyNode):
|
|||||||
]
|
]
|
||||||
return await process_video_task(
|
return await process_video_task(
|
||||||
cls,
|
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))),
|
estimated_duration=max(1, math.ceil(VIDEO_TASKS_EXECUTION_TIME[model][resolution] * (duration / 10.0))),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user