ComfyUI Node
Save Image (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 (ICO)
- images
◄filename_prefixComfyUI►
◄save_invalid_as_pngtrue►
CategoryWakaura
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | The images to be bundled into a single ICO file. Each image must be square and match a valid ICO size (16, 24, 32, 48, 64, 128, or 256 px). | |
| 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_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. |
Outputs (0)
No outputs