ComfyUI Node
Eric Qwen-Edit Inpaint Transfer
A ComfyUI node in Eric Qwen-Edit with 14 inputs and 1 output.
Eric Qwen-Edit Inpaint Transfer
- pipeline
- image
- mask
- transfer_image
- transfer_mask
- image
◄prompt►
◄negative_prompt►
◄transfer_vl_reftrue►
◄blend_strength1.00►
◄feather8►
◄steps8►
◄true_cfg_scale4.0►
◄seed0►
◄max_mp8.0►
CategoryEric Qwen-Edit
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| pipeline | QWEN_EDIT_PIPELINE | — | |
| image | IMAGE | Original image to edit | |
| mask | MASK | Mask: white = area to fill with transfer content, black = keep original | |
| transfer_image | IMAGE | Reference/transfer image whose content will be blended into the masked area of the original. | |
| transfer_maskopt | MASK | Optional mask on the transfer image: white = region to extract. When provided, only the selected part of the transfer image is used. When omitted, the full transfer image is used. | |
| promptopt | STRING | Optional guidance text. If empty, a default prompt is used that tells the model to harmonise the inserted content. Add detail to steer the blend. | |
| negative_promptopt | STRING | What to avoid | |
| transfer_vl_refopt | BOOLEAN | true | Also send the full (un-cropped) transfer image as a second VL reference. Gives the model extra semantic context about the transfer content. Disable if the pre-composite alone is sufficient. |
| blend_strengthopt | FLOAT | 1.000–1 | Blend strength for the post-compositing. 1.0 = fully replace masked area with generated content. Lower values mix in some of the original (useful for subtle blends). |
| featheropt | INT | 80–50 | Gaussian blur radius for mask-edge feathering. Higher = softer blend at mask edges. 0 = hard cut. |
| stepsopt | INT | 81–100 | Inference steps (8 for lightning LoRA, 50 for base model) |
| true_cfg_scaleopt | FLOAT | 4.01–20 | True CFG scale |
| seedopt | INT | 00–18446744073709550000 | Random seed |
| max_mpopt | FLOAT | 8.00.5–16 | Max output megapixels. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |