Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently manage, sort, and convert images from a directory for AI artists, streamlining workflow and providing warnings.
The CR Image List node is designed to help you efficiently manage and process a collection of images from a specified directory. This node is particularly useful for AI artists who need to work with multiple images simultaneously, as it allows you to load, sort, and convert images into a format suitable for further processing. By leveraging this node, you can streamline your workflow, ensuring that your images are organized and ready for use in your creative projects. The node also provides helpful warnings if the specified directory does not exist or is empty, ensuring that you are aware of any issues that may arise during the image loading process.
This parameter specifies the path to the directory containing the images you want to load. If the path is not provided or is invalid, the node will use a default input directory. The input path must be a valid directory path; otherwise, a warning will be issued, and the node will not proceed. This parameter ensures that the node knows where to look for the images you want to process.
If the input_path
is not specified, this parameter allows you to define a folder within the default input directory. This provides flexibility in organizing your images within subdirectories. The node will combine the default input directory with this folder name to locate the images.
This parameter determines the starting point in the list of images to begin processing. It ensures that the node starts loading images from a specific position in the directory. The value must be within the bounds of the image list, with a minimum value of 0 and a maximum value equal to the number of images in the directory minus one.
This parameter sets the maximum number of images to load from the directory. It helps you control the number of images processed at a time, which can be useful for managing memory usage and processing time. The value must be a positive integer, and the node will load images up to this limit starting from the start_index
.
This output parameter provides a list of images loaded from the specified directory. Each image is converted to RGB format and prepared for further processing. This list is essential for subsequent nodes that require image inputs, allowing you to seamlessly integrate the loaded images into your workflow.
This output parameter provides a URL to the help documentation for the CR Image List node. It is a useful resource for understanding the node's functionality and troubleshooting any issues that may arise. The URL directs you to detailed information and examples to help you make the most of the node.
input_path
or input_folder
is correctly specified to avoid warnings and ensure the node can locate your images.start_index
and max_images
parameters to control the subset of images you want to process, which can help manage memory usage and processing time.show_help
URL for detailed documentation and examples to better understand how to use the node effectively.[Warning] CR Image List (Legacy): The input_path \``<input_path>
` does not exist`input_path
does not exist.input_path
is correct and points to a valid directory containing the images you want to load.[Warning] CR Image List (Legacy): The folder \``<in_path>
` is empty`© Copyright 2024 RunComfy. All Rights Reserved.