Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates structured saving of generated images with metadata for AI artists, streamlining workflow.
The Save Image
node is designed to facilitate the saving of generated images in a structured and efficient manner. This node is particularly useful for AI artists who need to store their creations with associated metadata, such as prompts and additional information. By leveraging this node, you can ensure that your images are saved with consistent naming conventions and in designated directories, making it easier to organize and retrieve your work. The node also supports the inclusion of metadata, which can be crucial for tracking the creative process and for future reference. Overall, the Save Image
node streamlines the image-saving workflow, allowing you to focus more on the creative aspects of your projects.
This parameter expects a list of images that you want to save. Each image should be in a format that can be processed by the node, typically as a tensor or array. The images are the primary content that will be saved to disk.
This is a string parameter that sets the prefix for the filenames of the saved images. By default, it is set to "ComfyUI". This prefix helps in organizing and identifying the saved images, especially when dealing with multiple batches or versions.
This optional parameter allows you to include the prompt used to generate the images. It is stored as metadata within the saved image file, which can be useful for future reference or for sharing the creative process with others.
This optional parameter accepts additional metadata in the form of a dictionary. Each key-value pair in the dictionary is saved as part of the image's metadata, providing further context or information about the image.
This output parameter returns a dictionary containing information about the saved images. It includes details such as the filenames, subfolders, and types of the saved images. This information can be used to verify that the images were saved correctly and to locate them on disk.
images
parameter contains valid image data in the correct format to avoid errors during the saving process.filename_prefix
to easily identify and organize your saved images, especially when working on multiple projects.prompt
and extra_pnginfo
parameters to provide context and additional information about the saved images, which can be useful for future reference or sharing.© Copyright 2024 RunComfy. All Rights Reserved.