Added support for Flux outpaint#148
Conversation
Sirsho1997
commented
May 21, 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 adds a FLUX outpainting example workflow and updates the Runware nodes/UI to support more granular outpaint and settings options in ComfyUI.
Changes:
- Added a new FLUX Outpaint image workflow and a Veo 3 R2V video workflow JSON.
- Extended Runware Settings with an
autoCropoption (with auseAutoCroptoggle) and added corresponding UI toggle behavior. - Updated Runware Outpaint node to include per-parameter
use*toggles and added a client-side toggle handler for enabling/disabling its widgets.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| workflows/Runware_Video_Inference_Veo_3_R2V.json | Adds a Veo video inference workflow example. |
| workflows/Runware_Image_Inference_Flux_Outpaint.json | Adds a FLUX outpainting workflow example. |
| modules/settings.py | Adds useAutoCrop/autoCrop to settings payload construction and node inputs/docs. |
| modules/outpaintSettings.py | Adds use* toggles for outpaint fields and changes how the outpaint dict is built. |
| clientlibs/utils.js | Exports and implements outpaintSettingsToggleHandler; extends settingsToggleHandler for autoCrop. |
| clientlibs/main.js | Registers the new outpaint toggle handler for the Outpaint node type. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.