Visit ComfyUI Online for ready-to-use ComfyUI environment
Duplicate images in batch to increase dataset size or processing variations while maintaining quality and dimensions.
The ImageDuplicator node is designed to duplicate each image in a given batch multiple times, effectively increasing the number of images in the batch. This can be particularly useful in scenarios where you need to augment your dataset or ensure that each image undergoes multiple processing steps independently. By duplicating images, you can create variations or simply increase the volume of data for further processing. The node ensures that each image is cloned the specified number of times, maintaining the original image quality and dimensions.
This parameter represents the batch of images that you want to duplicate. Each image in the batch will be cloned multiple times based on the dup_times
parameter. The images should be in a format compatible with the node's processing capabilities.
This parameter specifies the number of times each image in the batch should be duplicated. It accepts an integer value with a minimum of 1 and a maximum of 16. The default value is 2. Increasing this value will proportionally increase the number of images in the output batch, which can be useful for data augmentation or ensuring multiple processing iterations.
This output parameter contains the batch of duplicated images. Each image from the input batch is cloned the specified number of times, resulting in a larger batch of images. The output maintains the original image quality and dimensions, ensuring consistency across the duplicated images.
dup_times
parameter to a higher value. This can be particularly useful for training machine learning models that require large amounts of data.dup_times
parameter is set appropriately to avoid excessive duplication, which could lead to unnecessary computational overhead.images
parameter is not in the expected format.dup_times
parameter is set to a value outside the allowed range (1 to 16).dup_times
parameter to a value within the specified range. The minimum value is 1, and the maximum value is 16.dup_times
parameter or process a smaller batch of images to ensure that the system has enough memory to complete the operation.© Copyright 2024 RunComfy. All Rights Reserved.