Added support for P-try-on and Kling 3#170
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Pull request overview
This PR adds new Runware workflows and node updates to support selecting Kling VIDEO 3.0 Turbo for video inference and Pruna P-Image Try-On for image inference, plus exposes a new preserveInputSize setting in the Runware Settings node for keeping original input resolution.
Changes:
- Added two new example workflows: Kling 3.0 Turbo video inference and Pruna try-on image inference.
- Updated video model search (Python + frontend JS) to include
klingai:kling-video@3.0-turbo, including default dimensions and resolution mapping. - Extended Runware image settings to optionally include
preserveInputSize, with corresponding UI toggle wiring.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| workflows/Runware_Video_Inference_Kling_3_Turbo.json | New workflow demonstrating video inference using Kling VIDEO 3.0 Turbo. |
| workflows/Runware_Image_Inference_Pruna_Try_On.json | New workflow demonstrating Pruna try-on using image inference inputs and settings (incl. preserveInputSize). |
| modules/videoModelSearch.py | Adds Kling VIDEO 3.0 Turbo to model list + dimension/resolution mappings. |
| modules/settings.py | Adds usePreserveInputSize / preserveInputSize to settings node and request builder. |
| clientlibs/utils.js | Mirrors Kling 3.0 Turbo additions for video model search filtering and adds settings UI toggle support for preserveInputSize. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Kling 3
Pruna - try- on