Visit ComfyUI Online for ready-to-use ComfyUI environment
Batch save images with unique filenames to specified directory, aiding AI artists in efficient image management and storage.
The SaveImageBatch| Save Image Batch 🍌 node is designed to facilitate the batch saving of images to a specified directory on your system. This node is particularly useful for AI artists who need to manage and store multiple generated images efficiently. By automating the saving process, it ensures that each image is saved with a unique filename based on a seed value and an index, which helps in organizing and retrieving images later. The node supports various image formats, making it versatile for different use cases. Its primary function is to take a batch of images, process them, and save them in the desired format and location, thus streamlining the workflow for artists working with large volumes of image data.
This parameter expects a batch of images that you want to save. The images should be in a format that the node can process, typically as tensors. The node will iterate through this batch and save each image individually.
This parameter specifies the directory where the images will be saved. It is a string value, and if the directory does not exist, the node will create it. The default value is an empty string, which means the images will be saved in the current working directory.
This parameter defines the file format for the saved images. It is a string value, and the default format is "png". You can change this to other formats like "jpg" or "bmp" depending on your requirements.
This parameter is an integer that is used to generate unique filenames for the saved images. It ensures that each image in the batch has a distinct name, which is particularly useful for organizing and retrieving images later. The default value is 0, and it can range from 0 to 0xffffffffffffffff.
This node does not produce any output parameters. Its primary function is to save images to the specified directory, and it does not return any values or data.
© Copyright 2024 RunComfy. All Rights Reserved.