ComfyUI Node
Save Image Advanced
Saves image to disk with additional options for metadata and compression.
Save Image Advanced
- images
- masks
- icc_profile
◄disable_metadatatrue►
◄join_alphafalse►
◄invert_alphafalse►
◄dpi300►
◄compress_level4►
◄quality90►
◄tiff_compressionnone►
◄tga_rletrue►
◄formatpng►
◄filename_prefixComfyUI►
◄save_to_input_folderfalse►
CategoryWakaura
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | The images to be saved. | |
| disable_metadata | BOOLEAN | true | Whether to include the metadata to the saved image. |
| join_alpha | BOOLEAN | false | Clip the image with the provided mask. Please note this does not work on JPG format. |
| invert_alpha | BOOLEAN | false | Whether to invert the alpha channel before saving. |
| dpi | INT | 3001–600 | The DPI to use when saving images. |
| compress_level | INT | 40–9 | The compression level to use when saving images as PNG (0-9). |
| quality | INT | 901–100 | The quality to use when saving images as JPEG or WebP (1-100). |
| tiff_compression | COMBO | none | The compression to use when saving images as TIFF. |
| tga_rle | BOOLEAN | true | Whether to use RLE compression when saving as TGA. |
| format | COMBO | png | The format to save the image in. |
| filename_prefix | STRING | ComfyUI | The prefix for the file to save. This may include formatting information such as %date:yyyy-MM-dd% or %Empty Latent Image.width% to include values from nodes. |
| save_to_input_folder | BOOLEAN | false | Whether to sync the image to the input folder. |
| masksopt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. | |
| icc_profileopt | ICC_PROFILE | Optional ICC color profile to embed into the saved images. |
Outputs (0)
No outputs