Qwen-Image-Edit-Plus
The better-behaved editor
- referenceImages
- lora
- ultralytics
- acceleratorOptions
- advancedFeatures.watermark.image
- image
Qwen-Image-Edit-Plus is the upgraded sibling of the standard Qwen-Image-Edit node - same family, same "describe the change" workflow, but tuned for the jobs where the base editor gets loose. Where the original re-emits the whole frame and lets unrelated pixels drift, the Plus line is the one you reach for when you care about keeping the subject intact while changing the scene around it. If you've ever edited a character into a new background and watched their face subtly mutate, this node is the fix.
Think of the two nodes as tiers, not rivals: plain Qwen-Image-Edit for quick, surgical single instructions, and Plus when you want higher fidelity to the reference - more consistent subject identity, cleaner large-scale changes. It still won't do a chain of ten edits without drift (nothing does), but it gets noticeably more of them right on the first pass.
What you set
referenceImages(required) - the image(s) to edit, asIMAGE.positivePrompt(required) - the instruction in plain language.width/height(512–2048 - note the higher floor than the base editor, Plus expects a real canvas).steps- off by default; let the model pick. There's no aggressive default here, which is the distilled-editor norm.CFGScale/settings.trueCFGScale- the now-familiar pair: CFG off, trueCFG only if the model ignores you.lora,ultralytics,watermark,acceleratorOptionssockets,negativePrompt(ignored at CFGScale ≤ 1),seed,numberResults(up to 20),outputFormat,outputQuality- the standard spread.
Output is image (IMAGE).
How it works
Same pack machinery - request with model AIR + taskType over REST, IMAGE downloaded back, cost on the title bar. The difference from the base node is the model behind it: a newer, heavier edit checkpoint that trades a little speed for better adherence to your reference and instruction. Both variants run in the cloud, so "heavier" here just means a slightly longer queue and a slightly bigger bill, not a hardware problem on your end.
Installing
ComfyUI Manager → search Runware → install → restart. Manual:
cd ComfyUI/custom_nodes
git clone https://github.com/Runware/ComfyUI-Runware
pip install -r ComfyUI-Runware/requirements.txt
No model downloads; dependencies are runware-sdk, pillow, soundfile. API key via Settings → Runware API key, RUNWARE_API_KEY, or runware auth login.
Troubleshooting
Set the API key before anything else - it's the #1 failure mode for the whole pack. If Plus still drifts on a hard edit, the tooltip advice holds: keep instructions surgical and don't chain changes. And if a prompt works fine in the base editor but fails here, remember the two models are different checkpoints - Plus has its own sweet spot for phrasing, so rephrase rather than assuming a bug.
Inputs (31)
| Name | Type | Default | Description |
|---|---|---|---|
| referenceImages | IMAGE | — | |
| positivePrompt | STRING | Text prompt describing elements to include in the generated output. | |
| width | INT | 1024512–2048 | Width of the generated media in pixels. |
| height | INT | 1024512–2048 | Height of the generated media in pixels. |
| loraopt | RUNWARE_LORA | — | |
| ultralyticsopt | RUNWARE_ULTRALYTICS | — | |
| acceleratorOptionsopt | RUNWARE_ACCELERATOROPTIONS | — | |
| advancedFeatures.watermark.imageopt | IMAGE | — | |
| negativePromptopt | STRING | Prompt to guide what to exclude from generation. Ignored when guidance is disabled (CFGScale ≤ 1). | |
| seedopt | INT | 00–9223372036854776000 | Random seed for reproducible generation. When not provided, a random seed is generated in the unsigned 32-bit range. |
| stepsopt | BOOLEAN | false | Enable to set steps. Off uses the model's default. |
| steps_valueopt | INT | 11–50 | Total number of denoising steps. Higher values generally produce more detailed results but take longer. |
| scheduleropt | COMBO | (default) | Scheduler to use for the diffusion process. |
| CFGScaleopt | BOOLEAN | false | Enable to set CFGScale. Off uses the model's default. |
| CFGScale_valueopt | FLOAT | 1.001–20 | Guidance scale representing how closely the output will resemble the prompt. Higher values produce results more aligned with the prompt. |
| numberResultsopt | INT | 11–20 | Number of results to generate. Each result uses a different seed, producing variations of the same parameters. |
| advancedFeaturesopt | BOOLEAN | false | Enable to set advancedFeatures. Off uses the model's default. |
| advancedFeatures.watermark.bgColoropt | STRING | Background color in hex format. | |
| advancedFeatures.watermark.displayPositionopt | COMBO | (default) | Watermark position. |
| advancedFeatures.watermark.fontColoropt | STRING | Text color in hex format. | |
| advancedFeatures.watermark.opacityopt | BOOLEAN | false | Enable to set advancedFeatures.watermark.opacity. Off uses the model's default. |
| advancedFeatures.watermark.opacity_valueopt | FLOAT | 0.100.1–1 | Watermark opacity. |
| advancedFeatures.watermark.textopt | STRING | Watermark text. | |
| safetyopt | BOOLEAN | false | Enable to set safety. Off uses the model's default. |
| safety.checkContentopt | BOOLEAN | false | Enable or disable content safety checking. |
| settings.trueCFGScaleopt | BOOLEAN | false | Enable to set settings.trueCFGScale. Off uses the model's default. |
| settings.trueCFGScale_valueopt | FLOAT | 0.00 | True Classifier-Free Guidance scale. Higher values increase prompt adherence at the cost of quality. |
| ttlopt | BOOLEAN | false | Enable to set ttl. Off uses the model's default. |
| ttl_valueopt | INT | 60 | Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`. |
| outputFormatopt | COMBO | JPG | File format for the generated image. |
| outputQualityopt | INT | 9520–99 | Compression quality of the output. Higher values preserve quality but increase file size. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |