Added support for settings.copyrightDetection#165
Conversation
Sirsho1997
commented
Jun 8, 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 pull request adds a new optional settings field (settings.copyrightDetection) to the Runware Settings node, wires it into the settings payload construction, updates the UI toggle behavior, and updates the Ideogram V4 example workflow to include the new controls.
Changes:
- Added
useCopyrightDetection+copyrightDetectioninputs to the Runware Settings node definition and settings builder. - Updated the front-end settings toggle handler to enable/disable the
copyrightDetectionwidget based on its “use” toggle. - Updated the Ideogram V4 workflow JSON to include the new settings inputs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workflows/Runware_Image_Inference_Ideogram_V4.json | Updates the sample workflow to include the new copyright detection controls in the Settings node. |
| modules/settings.py | Adds useCopyrightDetection/copyrightDetection inputs and emits settings["copyrightDetection"] when enabled. |
| clientlibs/utils.js | Adds UI toggle wiring so copyrightDetection is only editable when useCopyrightDetection is enabled. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.