Visit ComfyUI Online for ready-to-use ComfyUI environment
Save images with customization options, timestamps, and JSON workflow data support.
The LayerUtility: SaveImagePlus node is designed to save images with enhanced functionality, providing you with a range of options to customize the saving process. This node allows you to specify the file format, quality, and even add metadata or watermarks to your images. It supports saving images in both PNG and JPG formats, with adjustable compression levels and quality settings. Additionally, you can include timestamps in the filenames to ensure uniqueness and prevent overwriting. The node also offers the ability to save workflow data as JSON files, making it easier to manage and reproduce your work. With its comprehensive set of features, SaveImagePlus is an essential tool for AI artists looking to streamline their image-saving process while maintaining high-quality outputs.
This parameter accepts the images you want to save. It is a required input and should be provided in the IMAGE format.
This is an optional string parameter that allows you to specify a custom directory path where the images will be saved. If left empty, the default output directory will be used. The default value is an empty string.
This string parameter lets you set a prefix for the filenames of the saved images. This can help in organizing and identifying your files. The default value is "comfyui".
This parameter allows you to add a timestamp to the filenames. You can choose from "None", "second", or "millisecond". This helps in ensuring that filenames are unique and prevents overwriting. The default value is "None".
This parameter lets you choose the file format for saving the images. The available options are "png" and "jpg". This allows you to select the format that best suits your needs.
This integer parameter sets the quality of the saved images, applicable only for JPG format. The value ranges from 10 to 100, with a default value of 80. Higher values result in better quality but larger file sizes.
This boolean parameter determines whether to include metadata in the saved images. If set to True, metadata such as prompts and extra information will be added. The default value is False.
This string parameter allows you to add a blind watermark to the images. You can provide the watermark text, which will be embedded invisibly in the image. The default value is an empty string.
This boolean parameter specifies whether to save the workflow data as a JSON file along with the image. This can be useful for reproducing the workflow later. The default value is False.
This boolean parameter determines whether to generate a preview of the saved image. If set to True, a preview image will be saved in a temporary directory. 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 settings.
timestamp
parameter to add a timestamp to each filename.custom_path
parameter to your desired path.quality
parameter to a higher value, such as 90 or above.meta_data
parameter to include important information like prompts and extra details in the saved images, which can be useful for future reference.blind_watermark
parameter.<custom_path>
, <error_message>
© Copyright 2024 RunComfy. All Rights Reserved.