← See All Custom Node Packs

ComfyUI_essentials

1125

Run ComfyUI Easily with InstaSD

Skip the complex setup. InstaSD helps creative professionals build workflows and deploy them to the world:

  • One-click deployment
  • Any model, any node
  • Powerful GPUs for rapid iteration
Get Started

ImageUntile+

Documentation for the "ImageUntile+" Node

Overview

ImageUntile+ is a node in the ComfyUI Essentials collection that is used for reassembling an image from tiles. This process is often needed in workflows where images have been divided into smaller sections (or tiles) for processing or manipulation and need to be recomposed into the original form.

What This Node Does

The ImageUntile+ node takes several smaller image tiles and stitches them back together into a full image. This is particularly useful when images are processed in parts due to size limitations or to apply effects selectively across sections.

Inputs

The ImageUntile+ node accepts the following inputs:

  • Tiles (IMAGE): The tiled images that need to be reassembled. This input should consist of multiple smaller images that together form the larger image when stitched.

  • Overlap X (INT): The horizontal overlap between adjacent tiles. This is used when tiles have overlapping areas to ensure seamless stitching.

  • Overlap Y (INT): The vertical overlap between adjacent tiles. Similar to the horizontal overlap, this helps in stitching tiles seamlessly when there are overlapping sections.

  • Rows (INT): The number of rows of tiles.

  • Cols (INT): The number of columns of tiles.

Outputs

The ImageUntile+ node produces the following output:

  • IMAGE: The reassembled image, composed of the input tiles stitched together, using the specified overlaps, rows, and columns.

How to Use in ComfyUI Workflows

In ComfyUI workflows, the ImageUntile+ node can be used in scenarios where:

  1. Image Processing: When an image is split into tiles for batch processing or to apply specific effects on each tile, the ImageUntile+ node can reassemble these tiles back into a single image.

  2. Large Image Manipulations: For processing images larger than those typically supported by neural networks, breaking the image into tiles allows each part to be processed separately. The ImageUntile+ node then enables you to reconstruct the full image.

  3. Enhancing Details: By dividing an image into tiles, you can apply detail-enhancing techniques on smaller parts of the image for potentially better results.

Special Features or Considerations

  • Seamless Integration: The node handles overlaps between tiles automatically, allowing for seamless integration of the individual pieces based on provided overlap values.

  • Flexibility: It accommodates different numbers of rows and columns, offering flexibility to fit the composition of the tiled layout.

  • Versatile Use: ImageUntile+ can be combined with other nodes to create sophisticated workflows in ComfyUI, especially in scenarios that involve high-resolution images or specific image processing needs.

  • Consideration of Overlaps: Users must ensure that overlap specifications are consistent with the tiling process to avoid visual artifacts in the final image.

The ImageUntile+ node is a vital tool for managing tiled image workflows, enabling efficient and seamless reconstructions of images split for processing purposes.