From ce41a9d3536b47df1853566ddff2a5ecbbdaea94 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Mon, 5 May 2025 15:47:52 -0700 Subject: [PATCH] [Kling] Fix: Correct/verify supported subset of input combos in Kling nodes (#149) --- comfy_api_nodes/nodes_kling.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/comfy_api_nodes/nodes_kling.py b/comfy_api_nodes/nodes_kling.py index e08a6cf5e..d10023620 100644 --- a/comfy_api_nodes/nodes_kling.py +++ b/comfy_api_nodes/nodes_kling.py @@ -440,12 +440,6 @@ class KlingTextToVideoNode(KlingNodeBase): "negative_prompt": model_field_to_node_input( IO.STRING, KlingText2VideoRequest, "negative_prompt", multiline=True ), - "model_name": model_field_to_node_input( - IO.COMBO, - KlingText2VideoRequest, - "model_name", - enum_type=KlingVideoGenModelName, - ), "cfg_scale": model_field_to_node_input( IO.FLOAT, KlingText2VideoRequest,