Visit ComfyUI Online for ready-to-use ComfyUI environment
Advanced image-saving with timestamps, JSON metadata, and filename customization for AI-generated artwork.
The SaveImageAdvanced
node is designed to provide advanced image-saving capabilities for AI-generated artwork. This node allows you to save images with additional features such as adding timestamps, saving metadata in JSON format, and customizing filename prefixes. It is particularly useful for artists who need to manage and organize their generated images efficiently. By leveraging this node, you can ensure that your images are saved with relevant metadata, making it easier to track and reference them later. The node's primary goal is to enhance the image-saving process by offering more control and flexibility compared to basic image-saving functions.
This parameter accepts a list of images that you want to save. Each image in the list should be in a format compatible with the node's saving mechanism. The images are processed and saved according to the specified settings.
This boolean parameter determines whether a timestamp should be added to the saved image filenames. When set to True
, the current date and time are appended to the filename, helping to uniquely identify and organize images. The default value is False
.
This boolean parameter specifies whether to save metadata in a JSON file alongside the image. When enabled, metadata such as prompts and additional PNG information are stored in a JSON file, providing a comprehensive record of the image's creation context. The default value is False
.
This string parameter allows you to set a custom prefix for the saved image filenames. By default, the prefix is set to "ComfyUI", but you can customize it to better suit your project or organizational needs.
This optional parameter accepts a string containing the prompt used to generate the image. If provided, this information is saved as part of the image's metadata, making it easier to reference the original prompt later.
This optional parameter accepts a dictionary of additional PNG information. Each key-value pair in the dictionary is saved as metadata in the image file, allowing you to store extra details relevant to the image.
This output parameter returns a dictionary containing information about the saved images. The dictionary includes details such as the filenames, subfolders, and types of the saved images. This information is useful for further processing or referencing the saved images within your workflow.
add_timestamp
parameter. This is particularly useful when saving multiple versions of the same image.save_metadata_json
parameter to keep a detailed record of the prompts and additional information used to generate each image. This can be invaluable for future reference or reproduction of the artwork.filename_prefix
to organize your images by project or category, making it easier to locate specific images later.add_timestamp
parameter to avoid conflicts.© Copyright 2024 RunComfy. All Rights Reserved.