ComfyUI Node
Anything Stitch
Composite an edited crop back into the original. Pixels outside the mask are returned bit-identical.
Anything Stitch
- stitch
- swapped
- mask_override
- image
- changed_mask
◄size_mismatchresize►
◄mask_mode▾►
◄feather6►
◄color_matchtrue►
◄color_match_methodmkl►
◄color_match_strength1.00►
CategoryWorkflowX/Anything Swap
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| stitch | SWAP_STITCH | Payload from Anything Crop. Carries the clean original and exact geometry. | |
| swapped | IMAGE | The edited crop, straight back from your model or API. | |
| size_mismatch | COMBO | resize | What to do when the swap model returns a different resolution. resize: rescale, but reject a changed aspect ratio. stretch: rescale regardless, distorting. error: demand an exact match. |
| mask_mode | COMBO | 3 options: payload_mask, full_rect, override | |
| feather | INT | 60–256 | — |
| color_match | BOOLEAN | true | — |
| color_match_method | COMBO | mkl | 3 options: reinhard, mkl, hm |
| color_match_strength | FLOAT | 1.000–1 | — |
| mask_overrideopt | MASK | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The full source image with the swapped region composited back in. |
| changed_mask | MASK | Which pixels changed, at source resolution. Feed a refiner pass. |