[Kling] Fix: Correct/verify supported subset of input combos in Kling nodes (#149)

This commit is contained in:
Christian Byrne 2025-05-05 15:47:52 -07:00 committed by Robin Huang
parent 8f4d4573ab
commit ce41a9d353

View File

@ -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,