Conversation
Sirsho1997
commented
Mar 18, 2026
There was a problem hiding this comment.
Pull request overview
Adds support for richer per-reference metadata (type + strength) to Runware image inference custom inputs, and includes a sample Exactly workflow demonstrating the new fields.
Changes:
- Extend
Runware Image Inference Inputsto accept optionalReference Type NandReference Strength Nfields per reference image. - Update reference collection logic to emit structured reference entries (image + optional tag/type/strength) when applicable.
- Add a new Exactly workflow JSON showcasing the updated inputs wiring.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| workflows/Runware_Image_Inference_Exactly.json | New example workflow using the Image Inference Inputs node (including reference type/strength fields). |
| modules/imageInferenceInputs.py | Adds new optional inputs and updates reference serialization to include optional type/strength. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Adds support for typed reference images (and optional strength) in the “Runware Image Inference Inputs” node, plus a ready-to-use example workflow for the Exactly model.
Changes:
- Extend
imageInferenceInputsto acceptReference Type NandReference Strength Nalongside existing reference images/tags. - Update reference collection to emit enriched reference entries (with
typeand optionalstrengthwhen type issketch) while preserving the legacy “list of images” output when no metadata is provided. - Add a new workflow JSON demonstrating “Exactly” image inference using the updated inputs node.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workflows/Runware_Image_Inference_Exactly.json | New example workflow wiring “Runware Image Inference Inputs” into “Runware Image Inference” for Exactly models. |
| modules/imageInferenceInputs.py | Adds new optional reference metadata fields and serializes them into the referenceImages inputs payload. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.