Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.comfy.org/llms.txt

Use this file to discover all available pages before exploring further.

This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node takes a list of image tiles and merges them back into a single, larger image. It is designed to reconstruct an image that was previously split into a grid of overlapping tiles, using a weighted blending technique to create a seamless final result.

Inputs

ParameterData TypeRequiredRangeDescription
image_listIMAGEYesN/AA list of image tiles to be merged. The first tile in the list is used to determine the tile dimensions and data type for the entire process.
final_widthINTYes64 - 32768The width of the final merged image in pixels (default: 1024).
final_heightINTYes64 - 32768The height of the final merged image in pixels (default: 1024).
overlapINTYes0 - 4096The amount of overlap between adjacent tiles in pixels. A value greater than 0 enables a smooth blending effect at the tile seams (default: 128).
Note: The image_list is a dynamic input list. The node will process tiles in the order they are provided, up to the number required to fill the grid defined by the final_width, final_height, and the dimensions of the first tile. If the list contains more tiles than needed, the extra tiles are ignored.

Outputs

Output NameData TypeDescription
imageIMAGEThe final merged image, reconstructed from the input tiles.

Source fingerprint (SHA-256): 41b570bf758093f3693c015e7976b946b9d93ca56db2bf66617149f259ae8c06