ComfyUI > Nodes > ComfyUI > Merge List of Tiles to Image

ComfyUI Node: Merge List of Tiles to Image

Class Name

ImageMergeTileList

Category
image/batch
Author
ComfyAnonymous (Account age: 763days)
Extension
ComfyUI
Latest Updated
2026-05-13
Github Stars
112.77K

How to Install ComfyUI

Install this extension via the ComfyUI Manager by searching for ComfyUI
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Merge List of Tiles to Image Description

Merge image tiles seamlessly into cohesive high-resolution images with smooth edge blending for AI artists.

Merge List of Tiles to Image:

The ImageMergeTileList node is designed to seamlessly merge a list of image tiles into a single cohesive image. This node is particularly useful when working with large images that have been divided into smaller tiles for processing or analysis. By merging these tiles back together, the node ensures that the final image retains its original dimensions and quality. The merging process takes into account any overlaps between tiles, using a weighted approach to blend the edges smoothly, thus avoiding visible seams or artifacts. This capability is essential for AI artists who need to work with high-resolution images or perform detailed image manipulations without losing the integrity of the original image.

Merge List of Tiles to Image Input Parameters:

image_list

The image_list parameter is a collection of image tiles that you want to merge into a single image. Each tile in the list should be a tensor representing a portion of the original image. The function of this parameter is to provide the node with the necessary data to reconstruct the full image. The quality and accuracy of the merged image depend on the completeness and alignment of the tiles in this list.

final_width

The final_width parameter specifies the width of the final merged image. This parameter ensures that the merged image has the correct dimensions, matching the original image's width before it was split into tiles. It is crucial for maintaining the aspect ratio and overall appearance of the image.

final_height

The final_height parameter defines the height of the final merged image. Similar to final_width, this parameter ensures that the merged image retains the original image's height, preserving its aspect ratio and visual integrity.

overlap

The overlap parameter indicates the amount of overlap between adjacent tiles. This overlap is used to blend the edges of the tiles smoothly, preventing visible seams in the final image. The overlap value should be chosen based on the degree of blending required, with higher values providing smoother transitions between tiles.

Merge List of Tiles to Image Output Parameters:

merged_image

The merged_image parameter is the output of the node, representing the fully reconstructed image from the provided list of tiles. This image is the result of the merging process, where all tiles are combined into a single, seamless image. The quality of the merged image depends on the accuracy of the input tiles and the effectiveness of the overlap blending.

Merge List of Tiles to Image Usage Tips:

  • Ensure that the image_list contains all necessary tiles to cover the entire area of the original image, as missing tiles can result in incomplete or distorted merged images.
  • Adjust the overlap parameter to achieve the desired level of blending between tiles. A higher overlap can help eliminate visible seams but may require more processing time.
  • Verify that the final_width and final_height parameters match the dimensions of the original image to maintain the correct aspect ratio and avoid distortion.

Merge List of Tiles to Image Common Errors and Solutions:

"Expected torch.Tensor, got <type>"

  • Explanation: This error occurs when the input to the node is not a tensor, which is the expected data type for image processing.
  • Solution: Ensure that all images in the image_list are converted to tensors before being passed to the node.

"Mismatched tile dimensions"

  • Explanation: This error indicates that the dimensions of the tiles do not align correctly, possibly due to incorrect final_width or final_height values.
  • Solution: Double-check the dimensions of each tile and ensure that the final_width and final_height parameters are set to the original image's dimensions.

"Overlap value too high"

  • Explanation: If the overlap value is set too high, it may cause excessive blending, leading to a loss of detail in the merged image.
  • Solution: Reduce the overlap value to a more appropriate level that balances blending with image clarity.

Merge List of Tiles to Image Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Merge List of Tiles to Image