Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates saving images with metadata for AI artists in ComfyUI.
The SaveImage
node is designed to facilitate the saving of images generated or processed within the ComfyUI environment. This node is essential for AI artists who need to preserve their work in a structured and organized manner. By using this node, you can save images with specific metadata, such as prompts and additional information, ensuring that all relevant details are stored alongside the image. This functionality is particularly beneficial for keeping track of different versions of your artwork, maintaining a history of your creative process, and sharing your work with others in a consistent format.
This parameter expects a list of images that you want to save. Each image in the list should be in a format compatible with the node, typically as a tensor or array. The images parameter is crucial as it directly determines what content will be saved to your specified directory.
This string parameter allows you to specify a prefix for the filenames of the saved images. The default value is "ComfyUI". This prefix helps in organizing and identifying your saved images, especially when dealing with multiple batches or versions. The filename_prefix is appended with additional information to ensure unique filenames.
This hidden parameter can include the prompt used to generate the images. It is stored as metadata within the saved image file. Including the prompt is useful for documentation and reference purposes, allowing you to recall the exact input that led to the creation of the image.
Another hidden parameter, extra_pnginfo, allows you to add additional metadata to the saved image. This can include any extra information you deem relevant, such as settings, parameters, or notes. This metadata is stored within the image file and can be accessed later for review or analysis.
The output parameter ui
contains a dictionary with details about the saved images. This includes the filenames, subfolder paths, and the type of save operation performed. The ui
output is essential for verifying that the images were saved correctly and for accessing the saved files for further use or sharing.
images
parameter contains valid image data to avoid errors during the save process.filename_prefix
to keep your saved images organized and easily identifiable.prompt
and extra_pnginfo
parameters to store valuable metadata with your images, aiding in future reference and analysis.images
parameter contains data that is not in a valid image format.prompt
and extra_pnginfo
parameters to ensure they contain valid data. Avoid using special characters that might cause issues with metadata storage.© Copyright 2024 RunComfy. All Rights Reserved.