Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline image batch creation for AI artists by concatenating multiple images for efficient processing.
The Make Image Batch node is designed to streamline the process of creating a batch of images from multiple individual images or existing batches. This node is particularly useful for AI artists who need to manage and manipulate multiple images simultaneously, allowing for efficient batch processing. By combining several images into a single batch, you can apply consistent transformations, enhancements, or other operations across all images in the batch, ensuring uniformity and saving time. The primary function of this node is to concatenate the provided images along the batch dimension, making it easier to handle and process them as a collective group.
This is the primary image input and is required for the node to function. It serves as the base image to which other images will be appended. The image should be in a compatible format that the node can process.
This is an optional image input. If provided, this image will be concatenated to image1
along the batch dimension. This allows you to add more images to the batch, expanding the set of images to be processed together.
This is an optional image input. Similar to image2
, if provided, this image will be concatenated to the existing batch of images. This further increases the number of images in the batch.
This is an optional image input. If provided, this image will be concatenated to the current batch, allowing for even more images to be included in the batch processing.
This is an optional image input. If provided, this image will be concatenated to the batch, adding to the total number of images being processed.
This is an optional image input. If provided, this image will be concatenated to the batch, further expanding the batch size.
The output is a single batch of images, concatenated along the batch dimension. This batch can then be used for further processing, transformations, or analysis. The output maintains the individual properties of each input image but combines them into a single tensor for streamlined handling.
image1
input is not provided.image1
input to ensure the node functions correctly.© Copyright 2024 RunComfy. All Rights Reserved.