Added settings.turbo for ImageInference#174
Conversation
Sirsho1997
commented
Jun 23, 2026
There was a problem hiding this comment.
Pull request overview
Adds a new settings.turbo option to the Runware Image Inference Settings node, including UI wiring so the “turbo” value widget is enabled/disabled via a corresponding “useTurbo” toggle. This extends the settings payload that can be sent to the Runware image inference API while keeping the existing “useX/value” pattern consistent.
Changes:
- Bump module version from
1.8.7to1.8.8. - Add
useTurbo+turbowidgets toRunwareSettings.INPUT_TYPESand includeturboincreateSettings()output when enabled. - Update the frontend widget toggle handler to enable/disable the
turbowidget based onuseTurbo.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| modules/version.py | Version bump to reflect the new settings capability. |
| modules/settings.py | Introduces useTurbo/turbo inputs and serializes settings.turbo when enabled. |
| clientlibs/utils.js | Wires useTurbo to toggle the enabled state of the turbo widget in the UI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -8,7 +8,7 @@ | |||
| moodboards (from Runware Image Inference Settings Moodboards), | |||
| structuredPrompt (from Runware Image Inference Settings Structured Prompt; Ideogram 4.0), | |||
| and promptEnhance (from Runware Image Inference Settings Prompt Enhance), | |||
| preserveInputSize (return output at original input resolution). | |||
| preserveInputSize (return output at original input resolution), turbo. | |||
|
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 |