Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently duplicate input data across multiple batches for AI artists, handling images, latents, and masks.
The Zuellni Multi Repeat node is designed to efficiently duplicate input data across multiple batches, making it a powerful tool for AI artists working with batch processing. This node can handle images, latents, and masks, repeating them according to the specified batch size. By leveraging this node, you can streamline the process of generating multiple variations of your input data, which is particularly useful in scenarios where you need to apply the same transformation or effect across a large dataset. The primary goal of this node is to enhance productivity and ensure consistency in batch processing tasks.
The batch_size
parameter determines the number of times the input data will be repeated. It accepts an integer value with a minimum of 1 and a maximum of 64, and the default value is set to 1. Increasing the batch size will result in more copies of the input data being generated, which can be useful for creating multiple variations or for parallel processing tasks. However, be mindful of the memory and computational resources required, as larger batch sizes will consume more resources.
The images
parameter allows you to input image data that you want to repeat. This parameter is optional and can be left empty if you do not need to process images. When provided, the images will be duplicated according to the specified batch size.
The latents
parameter is used to input latent data that you want to repeat. This parameter is optional and can be left empty if you do not need to process latents. When provided, the latents will be duplicated according to the specified batch size.
The masks
parameter allows you to input mask data that you want to repeat. This parameter is optional and can be left empty if you do not need to process masks. When provided, the masks will be duplicated according to the specified batch size.
The IMAGES
output parameter contains the repeated image data. This output will be generated if the images
input parameter was provided. The repeated images can be used for further processing or analysis in subsequent nodes.
The LATENTS
output parameter contains the repeated latent data. This output will be generated if the latents
input parameter was provided. The repeated latents can be used for further processing or analysis in subsequent nodes.
The MASKS
output parameter contains the repeated mask data. This output will be generated if the masks
input parameter was provided. The repeated masks can be used for further processing or analysis in subsequent nodes.
images
, latents
, and masks
parameters selectively based on the type of data you need to process, as this can help conserve memory and processing power.images
, latents
, or masks
is not provided, and the node attempts to process it.batch_size
parameter to a value within the allowed range (1 to 64).batch_size
parameter to a smaller value that your system can handle, or consider upgrading your system's memory.© Copyright 2024 RunComfy. All Rights Reserved.