ComfyUI Node
Stitch Inpaint π
Pastes an inpainted crop from Crop For Inpaint π back into the original image, blending with the feathered mask recorded in the stitcher. Pixels outside the blend region are bit-identical to the original β they never pass through a resize. A stitcher built from one image broadcasts across an inpainted frame batch. Turn on fix_edge_halo when the seam shows a dark or light rim.
Stitch Inpaint π
- stitcher
- inpainted
- image
βfix_edge_halofalseβΊ
Categoryπ AusBoss/Inpaint
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| stitcher | AUSBOSS_STITCHER | The stitcher output of Crop For Inpaint π. | |
| inpainted | IMAGE | Inpainted crop to paste back. It is resized to the crop window if the sampler changed its size. | |
| fix_edge_haloopt | BOOLEAN | false | Recover the true color under the feathered seam before pasting, so half-transparent edge pixels stop blending their background in twice and leaving a dark or light rim. Needs the optional pymatting package; without it the paste is unchanged and the console notes it once. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Original-size image with the inpainted crop blended in; pixels outside the blend region are untouched. |