Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate saving AI art images with customizable filenames and metadata for organization and accessibility.
The Save Images Mikey node is designed to facilitate the saving of images generated during your AI art creation process. This node allows you to save images with customizable filenames and metadata, ensuring that your work is organized and easily accessible. By leveraging this node, you can automate the process of saving images, which can be particularly useful when generating multiple images in a single session. The node supports various configurations for filenames, including prefixes and additional metadata, making it a versatile tool for managing your image outputs.
This parameter represents the image that you want to save. It is the primary input for the node and must be provided for the node to function.
This integer parameter determines whether the image should be saved or not. It accepts values of 0 or 1, with 0 meaning the image will not be saved and 1 meaning the image will be saved. The default value is 0.
This string parameter allows you to specify a prefix for the filename of the saved image. This can be useful for organizing your images by adding descriptive text to the filenames. The default value is an empty string.
This hidden parameter is used internally to store the prompt associated with the image. It is not required to be set by the user.
This hidden parameter is used internally to store additional metadata for the image. It is not required to be set by the user.
This node does not produce any direct output parameters. Instead, it performs the action of saving the image based on the provided input parameters.
save_condition
parameter is set to 1 if you want the image to be saved. This is crucial for the node to perform its intended function.filename_prefix
parameter to add meaningful prefixes to your image filenames. This can help you quickly identify and organize your saved images.prompt
and extra_pnginfo
parameters are hidden, they can be useful for adding context and metadata to your saved images. Make sure to provide relevant information when using these parameters.save_condition
parameter was set to 0.save_condition
parameter to 1 to enable image saving.filename_prefix
parameter was not set or left empty, resulting in a default filename being used.filename_prefix
parameter to customize the filename of the saved image.extra_pnginfo
parameter was not provided or was empty, resulting in no additional metadata being saved with the image.extra_pnginfo
parameter contains relevant metadata to be saved with the image.© Copyright 2024 RunComfy. All Rights Reserved.