Skip to content

Added settings.turbo for ImageInference#174

Merged
Sirsho1997 merged 2 commits into
mainfrom
feature-settings-turbo
Jun 23, 2026
Merged

Added settings.turbo for ImageInference#174
Sirsho1997 merged 2 commits into
mainfrom
feature-settings-turbo

Conversation

@Sirsho1997

Copy link
Copy Markdown
Contributor
image

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.7 to 1.8.8.
  • Add useTurbo + turbo widgets to RunwareSettings.INPUT_TYPES and include turbo in createSettings() output when enabled.
  • Update the frontend widget toggle handler to enable/disable the turbo widget based on useTurbo.

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.

Comment thread modules/settings.py Outdated
Comment on lines +7 to +11
@@ -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.
Comment thread modules/settings.py Outdated
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. To trigger a review, include coderabbit-review in the PR description. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 467b15e2-dbd5-40c1-9b7c-a902af8bfe59

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch feature-settings-turbo

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@Sirsho1997 Sirsho1997 merged commit 8c9aa97 into main Jun 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants