Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline image batch combining for AI artists, ensuring uniform dimensions and efficient processing.
The ImpactMakeImageBatch
node is designed to streamline the process of combining multiple images into a single batch, which is particularly useful for AI artists working with image processing and enhancement tasks. This node ensures that all images in the batch are of the same dimensions by upscaling them if necessary, allowing for seamless batch processing. By using this node, you can efficiently manage and process multiple images simultaneously, saving time and effort while maintaining consistency across your image batches.
This parameter represents the first image in the batch. It serves as the reference image for the dimensions to which all other images will be upscaled if necessary. The image should be in a compatible format and resolution for processing.
This parameter represents the second image to be included in the batch. If its dimensions do not match those of image1
, it will be upscaled to match image1
's dimensions. This ensures uniformity in the batch.
This parameter represents the third image to be included in the batch. Similar to image2
, it will be upscaled to match the dimensions of image1
if necessary.
This parameter represents the fourth image to be included in the batch. It will also be upscaled to match image1
's dimensions if needed, ensuring all images in the batch are consistent.
This parameter represents the fifth image to be included in the batch. Like the other images, it will be upscaled to match the dimensions of image1
if required.
The output is a single batch of images combined into one tensor. This tensor contains all the input images, upscaled to match the dimensions of the first image (image1
). This batch can then be used for further processing or enhancement tasks, ensuring all images are handled uniformly.
image1
) is of the desired dimensions, as all other images will be upscaled to match it.[Impact Pack] ERROR: DetailerForEach does not allow image batches.
DetailerForEach
function with an image batch, which is not supported.DetailerForEach
function. Ensure you are not passing a batch of images to this function.[Impact Pack] ERROR: MaskDetailer does not allow image batches.
MaskDetailer
function with an image batch, which is not supported.MaskDetailer
function. Ensure you are not passing a batch of images to this function.[Impact Pack] ERROR: SEGSDetailer does not allow image batches.
SEGSDetailer
function with an image batch, which is not supported.SEGSDetailer
function. Ensure you are not passing a batch of images to this function.© Copyright 2024 RunComfy. All Rights Reserved.