You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR extends KlingVideoNode with support for the Kling 3.0 Turbo model. Three new module-level functions are added: build_turbo_shot_prompt to format multi-shot storyboard prompts, _turbo_video_url to extract the video URL from a Kling3TurboQueryResponse, and execute_kling_turbo to create and poll Turbo tasks (image-to-video or text-to-video) via /proxy/kling/tasks. The node's UI schema gains a "kling-3.0-turbo" model entry with its own resolution and aspect-ratio sub-options, an updated generate_audio tooltip, and a branching price badge expression. The execute method gains a conditional dispatch that routes Turbo model selections through the new execution path.
🚥 Pre-merge checks | ✅ 3 | ❌ 2
❌ Failed checks (1 warning, 1 inconclusive)
Check name
Status
Explanation
Resolution
Title check
⚠️ Warning
The PR title 'ComfyUI backport release v0.25.1' does not clearly describe the main change, which is adding Kling 3.0 Turbo video generation support.
Update the title to specifically mention the Kling Turbo feature, e.g., 'Add Kling 3.0 Turbo video generation support' or 'Add Kling V3-Turbo model to ComfyUI backport v0.25.1'.
Description check
❓ Inconclusive
The pull request has no description provided by the author, making it difficult to understand the intended scope and impact of the changes.
Add a clear pull request description that explains the purpose of adding Kling 3.0 Turbo support, the changes made, and any testing performed.
✅ Passed checks (3 passed)
Check name
Status
Explanation
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check
✅ Passed
Check skipped because no linked issues were found for this pull request.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
API Node PR Checklist
Scope
Pricing & Billing
If Need pricing update:
QA
Comms