Added new Runware Settings params#149
Conversation
Sirsho1997
commented
May 22, 2026
|
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 extends the Runware Settings node to support an additional optional setting (dilatePixels) and wires up the front-end toggle behavior, alongside an example workflow showcasing Flux Erase usage.
Changes:
- Added
useDilatePixels+dilatePixelsinputs to the Runware Settings node and includeddilatePixelsin the generated settings payload when enabled. - Updated the UI widget toggle handler so the
dilatePixelswidget is enabled/disabled based onuseDilatePixels. - Added a new minified workflow example:
Runware_Image_Inference_Flux_Erase.json.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workflows/Runware_Image_Inference_Flux_Erase.json | Adds a new Flux Erase workflow that uses the updated Runware Settings parameters. |
| modules/settings.py | Introduces useDilatePixels / dilatePixels in INPUT_TYPES, updates descriptions, and emits settings.dilatePixels when enabled. |
| clientlibs/utils.js | Enables UI toggling for the new dilatePixels widget based on useDilatePixels. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.