ComfyUI Node
Save Image (Leputen)
Saves a batch of image tensors to PNG, JPEG, WebP, TIFF, TGA, or EXR files with custom naming and output paths.
Save Image (Leputen)
- images
◄filename_prefixComfyUI►
◄formatPNG►
◄output_path►
◄quality95►
CategoryLeputen-Utils/Image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | The batch of image tensors to be saved. | |
| filename_prefix | STRING | ComfyUI | A prefix for the output filenames. Files will be named 'prefix_00001.ext', 'prefix_00002.ext', etc. |
| format | COMBO | PNG | Output format. PNG: lossless with metadata. JPEG: lossy, smaller. WebP: modern, good compression. TIFF: lossless. TGA: fast, uncompressed. EXR: HDR float32. |
| output_pathopt | STRING | Optional: Specify an absolute path for saving. If left empty, files will be saved in the default ComfyUI output directory. | |
| qualityopt | INT | 951–100 | Quality for JPEG/WebP (1-100). Higher = better quality, larger files. Ignored for PNG/TIFF. |
Outputs (0)
No outputs