We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf0733 commit 187f436Copy full SHA for 187f436
comfy_api_nodes/nodes_kling.py
@@ -712,6 +712,9 @@ async def api_call(
712
# Camera control type for image 2 video is always `simple`
713
camera_control.type = KlingCameraControlType.simple
714
715
+ if mode == "std" and model_name == KlingVideoGenModelName.kling_v2_5_turbo.value:
716
+ mode = "pro" # October 5: currently "std" mode is not supported for this model
717
+
718
initial_operation = SynchronousOperation(
719
endpoint=ApiEndpoint(
720
path=PATH_IMAGE_TO_VIDEO,
0 commit comments