ComfyUI Node
πΎ Save Image
A ComfyUI node in ArchAi3d/Image with 15 inputs and 0 outputs.
πΎ Save Image
- images
βsavetrueβΊ
βfilename_prefixComfyUIβΊ
βformatPNGβΊ
βquality95βΊ
βembed_workflowtrueβΊ
βsave_workflow_jsonfalseβΊ
βoutput_nameoutput_imageβΊ
βwebp_methoddefault (4)βΊ
βwebp_losslessfalseβΊ
βwebp_exactfalseβΊ
βpng_compress_level4βΊ
βjpg_optimizetrueβΊ
βjpg_subsampling4:2:0 (default)βΊ
βuse_opencvfalseβΊ
CategoryArchAi3d/Image
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | β | |
| save | BOOLEAN | true | Enable/disable saving the image to disk |
| filename_prefix | STRING | ComfyUI | Prefix for the saved filename |
| format | COMBO | PNG | Image format (PNG supports metadata embedding) |
| qualityopt | INT | 951β100 | Quality for JPG/WebP (1-100). For WebP, 100 = lossless |
| embed_workflowopt | BOOLEAN | true | Embed workflow metadata in image (PNG only) |
| save_workflow_jsonopt | BOOLEAN | false | Save workflow as separate .json file |
| output_nameopt | STRING | output_image | Identifier name for this output (used by web interface) |
| webp_methodopt | COMBO | default (4) | WebP compression effort. 0=fastest encoding, 6=best compression/slowest. Only affects WebP. |
| webp_losslessopt | BOOLEAN | false | Force lossless WebP (overrides quality). Perfect quality but slower and larger files. |
| webp_exactopt | BOOLEAN | false | Preserve transparent area RGB values in WebP. Slightly larger files. |
| png_compress_levelopt | INT | 40β9 | PNG compression level. 0=no compression (fastest/largest), 9=max compression (slowest/smallest). |
| jpg_optimizeopt | BOOLEAN | true | JPG optimize flag. Slightly slower but better compression. |
| jpg_subsamplingopt | COMBO | 4:2:0 (default) | JPG chroma subsampling. 4:4:4=best quality/larger, 4:2:0=smaller/default. |
| use_opencvopt | BOOLEAN | false | Use OpenCV for WebP saving (5-10x faster on 4K+ images). Falls back to Pillow if unavailable. |
Outputs (0)
No outputs