ComfyUI Node
TiledWan Inpaint Stitch Improved
Reconstructs full-resolution images by stitching inpainted crops back into their original context. Features: - Multiple stitching modes for different use cases - Batch processing support for video sequences - Smart blending to avoid seams and artifacts - Automatic coordinate transformation and scaling - Preserves original image quality in non-inpainted areas The node handles all the complex coordinate transformations, scaling, and blending needed to seamlessly integrate inpainted content back into the source images.
TiledWan Inpaint Stitch Improved
- stitcher
- inpainted_image
- image
◄stitch_modemask_only►
◄blend_strength1.00►
Categoryinpaint
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| stitcher | STITCHER | Stitcher data from InpaintCropImproved containing reconstruction information including canvas coordinates, dimensions, and blending masks. | |
| inpainted_image | IMAGE | The inpainted image(s) to be stitched back. Should correspond to the cropped output from InpaintCropImproved after inpainting. | |
| stitch_mode | COMBO | mask_only | Stitching method: 'mask_only' blends only masked areas, 'entire_crop' replaces the entire cropped region, 'blend_entire' smoothly blends the entire crop with surrounding areas. |
| blend_strength | FLOAT | 1.000–1 | Strength of blending operation. 1.0 = full inpainted result, 0.0 = original image preserved. Only affects blend modes. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Reconstructed full-resolution image(s) with inpainted content seamlessly integrated. Maintains original dimensions and quality. |