Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates image storage within global system for easy access and manipulation in Loopchain framework.
The ImageStorageImport
node is designed to facilitate the storage of images within a global storage system, making them accessible for subsequent processing and manipulation within the Loopchain framework. This node allows you to import images into a designated storage key, ensuring that your images are organized and easily retrievable for various tasks. By using this node, you can efficiently manage and utilize a collection of images, streamlining your workflow and enhancing your ability to work with image data in a structured manner.
The key
parameter is a string that serves as an identifier for the storage location of the imported image. This key allows you to categorize and retrieve images efficiently. The key should be a unique identifier to avoid conflicts with other stored images. It does not support multiline input, ensuring simplicity and clarity in naming. There are no default values for this parameter, and it must be provided by the user.
The image
parameter represents the image data that you wish to store. This parameter accepts image data in a format compatible with the node's processing capabilities. The image is stored under the specified key, making it accessible for future operations. There are no default values for this parameter, and it must be provided by the user.
This node does not produce any direct output parameters. Instead, it performs the action of storing the provided image in the global storage system under the specified key.
key
parameter is unique and descriptive to avoid conflicts and make it easier to retrieve the stored images later.<key>
doesn't exist.<folder>
© Copyright 2024 RunComfy. All Rights Reserved.