Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge multiple image folders into one output directory, optimizing image assets for AI art creation.
The chaosaiart_merge_Folders
node is designed to streamline the process of merging multiple folders containing image files into a single output directory. This node is particularly useful for AI artists who need to consolidate their image assets for further processing or animation creation. By specifying various input paths and handling different image sizes through cropping or resizing, this node ensures that all images are uniformly prepared for subsequent tasks. The node also provides feedback on the merging process, including any issues encountered, making it easier to manage and troubleshoot the merging operation.
This parameter specifies the name of the output directory where the merged images will be stored. The default value is merge_folders_chaosaiart
. This directory will be created if it does not already exist.
This parameter determines how the node should handle images that do not fit the desired size. The available options are crop
and resize
. Choosing crop
will trim the images to fit, while resize
will adjust the dimensions of the images to fit the required size.
This parameter specifies the first input directory containing images to be merged. It is a required parameter and should be a valid directory path.
This parameter specifies the second input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This parameter specifies the third input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This parameter specifies the fourth input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This parameter specifies the fifth input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This parameter specifies the sixth input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This parameter specifies the seventh input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This parameter specifies the eighth input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This parameter specifies the ninth input directory containing images to be merged. It is an optional parameter and should be a valid directory path if provided.
This output parameter provides information about the merging process, including any errors or issues encountered. It helps in understanding the status and outcome of the operation.
This output parameter returns the path to the directory where the merged images are stored. It is useful for subsequent nodes or processes that need to access the merged images.
if_Size_not_fit
parameter to handle images of varying sizes appropriately. Choose crop
for a uniform look or resize
to maintain the entire image content.Info
output parameter for any issues or errors reported during the merging process to address them promptly.<folder_path>
<folder_path>
ffmpeg
tool is not installed or not found in the system path.ffmpeg
and ensure it is accessible from the system path. You can download it from the official website and follow the installation instructions.ยฉ Copyright 2024 RunComfy. All Rights Reserved.