Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates customizable saving of images in ComfyUI, allowing output path, file name, format, and quality settings.
The Image Save node is designed to facilitate the saving of images generated or processed within the ComfyUI environment. This node allows you to specify various parameters to customize the saving process, such as the output path, file name prefix, image format, and quality settings. By providing a flexible and user-friendly interface, the Image Save node ensures that your images are stored efficiently and according to your preferences. This node is particularly useful for AI artists who need to manage and organize their generated images systematically, ensuring that each image is saved with the desired attributes and in the correct location.
This parameter accepts the images you want to save. It is essential to provide the images in the correct format to ensure they are saved properly.
Specifies the directory where the images will be saved. If left empty, the default directory will be used. This parameter allows you to organize your saved images by directing them to specific folders.
Defines the prefix for the saved image files. This helps in categorizing and identifying images easily. The default value is "ComfyUI".
Sets the delimiter used between different parts of the filename. The default value is an underscore (_
), which helps in maintaining a clear and readable file naming convention.
Determines the file format for the saved images. Options include png
, jpg
, and others. The default value is png
, which is widely used for its lossless compression.
Specifies the dots per inch (DPI) for the saved images. This parameter affects the print quality of the images. The default value is 96.
Sets the quality of the saved images, particularly for lossy formats like jpg
. The value ranges from 1 to 100, with 100 being the highest quality. The default value is 100.
A boolean parameter that determines whether to optimize the image for size. The default value is true
, which helps in reducing the file size without significant loss of quality.
A boolean parameter that specifies whether to save WebP images in a lossless format. The default value is false
.
An optional parameter to include a prompt or description with the saved image. This can be useful for documentation or reference purposes.
Allows you to embed additional metadata into the saved PNG images. This can include information like creation date, author, or any other relevant data.
A boolean parameter that determines whether to overwrite existing files with the same name. The default value is false
, which prevents accidental overwriting of files.
Specifies the number of digits to use for numbering files. This helps in maintaining a consistent file naming convention. The default value is 4.
Defines the starting number for file numbering. This parameter is useful when you want to continue numbering from a specific point. The default value is false
.
A boolean parameter that determines whether to show the history of saved images. The default value is false
.
A boolean parameter that specifies whether to filter the history of saved images by the filename prefix. The default value is true
.
A boolean parameter that determines whether to embed the workflow information into the saved image. The default value is true
.
A boolean parameter that specifies whether to show previews of the saved images. The default value is true
.
This node does not produce any direct output parameters. Its primary function is to save images to the specified location with the given parameters.
output_path
is correctly specified to avoid saving images in unintended locations.filename_prefix
and filename_delimiter
to keep your saved images organized and easily identifiable.quality
parameter according to your needs, especially when saving images in lossy formats like jpg
.optimize_image
to reduce file size without compromising much on quality, which is useful for web usage.extra_pnginfo
parameter to embed useful metadata into your images for better documentation and reference.specified_path
doesn't exist!output_path
is correct and that the directory exists. Create the directory if it does not exist.image
does not exist!images
parameter is correctly set and that the images are in the correct format and accessible.extension
parameter to ensure it is set to a valid and supported file format like png
or jpg
.overwrite_mode
is set to false
.overwrite_mode
to allow overwriting existing files or change the filename_prefix
or filename_number_start
to avoid conflicts.© Copyright 2024 RunComfy. All Rights Reserved.