Skip to content

Commit ed3ca78

Browse files
authored
feat(api-nodes): add kling-2-5-turbo to txt2video and img2video nodes (#10155)
1 parent 4ffea0e commit ed3ca78

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

comfy_api_nodes/apis/__init__.py

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

comfy_api_nodes/nodes_kling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ def get_mode_string_mapping() -> dict[str, tuple[str, str, str]]:
423423
"standard mode / 10s duration / kling-v2-master": ("std", "10", "kling-v2-master"),
424424
"pro mode / 5s duration / kling-v2-1-master": ("pro", "5", "kling-v2-1-master"),
425425
"pro mode / 10s duration / kling-v2-1-master": ("pro", "10", "kling-v2-1-master"),
426+
"pro mode / 5s duration / kling-v2-5-turbo": ("pro", "5", "kling-v2-5-turbo"),
427+
"pro mode / 10s duration / kling-v2-5-turbo": ("pro", "10", "kling-v2-5-turbo"),
426428
}
427429

428430
@classmethod

0 commit comments

Comments
 (0)