Skip to content

Commit 0aa074a

Browse files
authored
add kling-v2-1 model to the KlingStartEndFrame node (#9630)
1 parent 7757d5a commit 0aa074a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

comfy_api_nodes/nodes_kling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,8 @@ def get_mode_string_mapping() -> dict[str, tuple[str, str, str]]:
846846
"pro mode / 10s duration / kling-v1-5": ("pro", "10", "kling-v1-5"),
847847
"pro mode / 5s duration / kling-v1-6": ("pro", "5", "kling-v1-6"),
848848
"pro mode / 10s duration / kling-v1-6": ("pro", "10", "kling-v1-6"),
849+
"pro mode / 5s duration / kling-v2-1": ("pro", "5", "kling-v2-1"),
850+
"pro mode / 10s duration / kling-v2-1": ("pro", "10", "kling-v2-1"),
849851
}
850852

851853
@classmethod

0 commit comments

Comments
 (0)