mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 22:47:15 +08:00
[Kling] Fix: Correct/verify supported subset of input combos in Kling nodes (#149)
This commit is contained in:
parent
8f4d4573ab
commit
ce41a9d353
@ -440,12 +440,6 @@ class KlingTextToVideoNode(KlingNodeBase):
|
|||||||
"negative_prompt": model_field_to_node_input(
|
"negative_prompt": model_field_to_node_input(
|
||||||
IO.STRING, KlingText2VideoRequest, "negative_prompt", multiline=True
|
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(
|
"cfg_scale": model_field_to_node_input(
|
||||||
IO.FLOAT,
|
IO.FLOAT,
|
||||||
KlingText2VideoRequest,
|
KlingText2VideoRequest,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user