Nodes/comfyUI-TiledWan/TiledWan Inpaint Stitch Improved
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.

By Baverne·Created about a year ago·Updated 6 months ago· 8
TiledWan Inpaint Stitch Improved
  • stitcher
  • inpainted_image
  • image
stitch_modemask_only
blend_strength1.00
Categoryinpaint

Inputs (4)

NameTypeDefaultDescription
stitcherSTITCHERStitcher data from InpaintCropImproved containing reconstruction information including canvas coordinates, dimensions, and blending masks.
inpainted_imageIMAGEThe inpainted image(s) to be stitched back. Should correspond to the cropped output from InpaintCropImproved after inpainting.
stitch_modeCOMBOmask_onlyStitching 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_strengthFLOAT1.000–1Strength of blending operation. 1.0 = full inpainted result, 0.0 = original image preserved. Only affects blend modes.

Outputs (1)

NameTypeDescription
imageIMAGEReconstructed full-resolution image(s) with inpainted content seamlessly integrated. Maintains original dimensions and quality.