Visit ComfyUI Online for ready-to-use ComfyUI environment
Save images with metadata for AI artists to track and reproduce creative work efficiently.
The SaveImageAndMetadata_
node is designed to save images along with their associated metadata, providing a streamlined way to store and manage your generated images. This node is particularly useful for AI artists who want to keep track of the prompts and additional information used during the image creation process. By saving both the image and its metadata, you can easily revisit and reproduce your work, ensuring consistency and traceability. The node supports various configurations, such as setting a filename prefix and enabling or disabling metadata storage, making it a versatile tool for managing your creative outputs.
This parameter accepts a list of images that you want to save. Each image should be in the format of a tensor, typically generated by your AI model. The images are processed and saved to the specified output directory.
This is a string parameter that allows you to set a custom prefix for the filenames of the saved images. The default value is "Mixlab". This prefix helps in organizing and identifying your saved images easily.
This parameter is a toggle with options "disable" and "enable". It controls whether metadata should be saved along with the images. When set to "enable", the node will store additional information such as prompts and extra PNG info in the image file. The default value is "disable".
This hidden parameter is used internally to store the prompt text associated with the image generation. It is included in the metadata if metadata saving is enabled.
This hidden parameter is used to store any additional PNG information that you might want to include in the metadata. It is included in the metadata if metadata saving is enabled.
This node does not produce any direct output parameters. Its primary function is to save images and metadata to the specified output directory.
filename_prefix
that reflects the content or purpose of the images.metadata
option if you want to keep track of the prompts and additional information used during image generation. This can be particularly useful for reproducing results or for documentation purposes.output_dir
is correctly set to avoid saving images in unintended locations.© Copyright 2024 RunComfy. All Rights Reserved.