Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline image loading and storage from folder to global system for AI artists, handling format conversion and normalization.
The FolderToImageStorage
node is designed to streamline the process of loading and storing images from a specified folder into a global storage system. This node is particularly useful for AI artists who need to manage and manipulate large batches of images efficiently. By leveraging this node, you can easily import images from a folder, ensuring they are correctly oriented and converted to a format suitable for further processing. The node handles various image formats and ensures that each image is stored in a normalized format, making it easier to work with in subsequent steps of your workflow.
The key
parameter is a string that serves as an identifier for the set of images being loaded. This key is used to store and retrieve the images from the global storage. It is important to choose a unique and descriptive key to avoid conflicts with other stored images. The key should be a single line of text without any special characters.
The folder
parameter specifies the name of the folder from which images will be loaded. This folder should be located within the input directory defined by the system. The node will search this folder for images with supported extensions and load them into the global storage. The folder name should be a valid directory name and should not contain any special characters.
This node does not produce any direct output parameters. Instead, it populates the global image storage with the loaded images, which can then be accessed by other nodes in your workflow.
folder
parameter contains only images with supported extensions to avoid errors during the loading process.key
parameter to easily identify and manage different sets of images in the global storage.ImageStorageReset
node to avoid memory issues and keep your workspace organized.{folder}
IMAGE_EXTENSIONS
variable.{key}
doesn't exist.key
parameter is correctly specified and that the images have been successfully loaded into the global storage before attempting to access them.© Copyright 2024 RunComfy. All Rights Reserved.