mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-22 04:20:49 +08:00
fix(api-nodes): disable "std" mode for Kling2.5-turbo (#10212)
This commit is contained in:
parent
caf07331ff
commit
187f43696d
@ -712,6 +712,9 @@ class KlingImage2VideoNode(KlingNodeBase):
|
|||||||
# Camera control type for image 2 video is always `simple`
|
# Camera control type for image 2 video is always `simple`
|
||||||
camera_control.type = KlingCameraControlType.simple
|
camera_control.type = KlingCameraControlType.simple
|
||||||
|
|
||||||
|
if mode == "std" and model_name == KlingVideoGenModelName.kling_v2_5_turbo.value:
|
||||||
|
mode = "pro" # October 5: currently "std" mode is not supported for this model
|
||||||
|
|
||||||
initial_operation = SynchronousOperation(
|
initial_operation = SynchronousOperation(
|
||||||
endpoint=ApiEndpoint(
|
endpoint=ApiEndpoint(
|
||||||
path=PATH_IMAGE_TO_VIDEO,
|
path=PATH_IMAGE_TO_VIDEO,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user