ComfyUI Node
Save Image Advanced (ICO)
Save the image batch to disk as a single bundled ICO file. Images must be square and one of the standard ICO sizes (16, 24, 32, 48, 64, 128, 256). Invalid images are optionally saved as fallback PNGs.
Save Image Advanced (ICO)
- images_16
- masks_16
- images_24
- masks_24
- images_32
- masks_32
- images_48
- masks_48
- images_64
- masks_64
- images_128
- masks_128
- images_256
- masks_256
◄color_depth8bit►
◄compressionnone►
◄join_alphafalse►
◄invert_alphafalse►
◄filename_prefixComfyUI►
◄save_to_input_folderfalse►
◄sort_by_sizefalse►
◄save_invalid_as_pngtrue►
CategoryWakaura
Inputs (22)
| Name | Type | Default | Description |
|---|---|---|---|
| color_depth | COMBO | 8bit | The color depth of the images. |
| compression | COMBO | none | The compression of the images. |
| join_alpha | BOOLEAN | false | Whether to join the alpha channel of the images. |
| invert_alpha | BOOLEAN | false | Whether to invert the alpha channel of the images. |
| 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. |
| sort_by_size | BOOLEAN | false | When enabled, the images will be sorted by size before being bundled into the ICO file. |
| save_invalid_as_png | BOOLEAN | true | When enabled, images that fail ICO validation are saved as individual PNG files with an `_INVALID` suffix. When disabled, invalid images are silently discarded. |
| images_16opt | IMAGE | The images to be bundled into a single ICO file. The input image must be 16x16 for this slot. | |
| masks_16opt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. | |
| images_24opt | IMAGE | The images to be bundled into a single ICO file. The input image must be 24x24 for this slot. | |
| masks_24opt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. | |
| images_32opt | IMAGE | The images to be bundled into a single ICO file. The input image must be 32x32 for this slot. | |
| masks_32opt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. | |
| images_48opt | IMAGE | The images to be bundled into a single ICO file. The input image must be 48x48 for this slot. | |
| masks_48opt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. | |
| images_64opt | IMAGE | The images to be bundled into a single ICO file. The input image must be 64x64 for this slot. | |
| masks_64opt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. | |
| images_128opt | IMAGE | The images to be bundled into a single ICO file. The input image must be 128x128 for this slot. | |
| masks_128opt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. | |
| images_256opt | IMAGE | The images to be bundled into a single ICO file. The input image must be 256x256 for this slot. | |
| masks_256opt | MASK | Optional alpha channel masks to clip the saved images. If provided, these masks will be applied to the corresponding images before saving. |
Outputs (0)
No outputs