ComfyUI Node
💾 Conditional Save Image
Save images only when enabled; otherwise pass them through unchanged. Uses LoraManager's save implementation when installed, otherwise the core PNG save.
💾 Conditional Save Image
- images
- metadata
- images
◄enabledtrue►
◄filename_prefixComfyUI►
◄file_formatpng►
◄lossless_webpfalse►
◄quality100►
◄webp_method6►
◄jpeg_subsampling0►
◄embed_workflowfalse►
◄save_with_metadatatrue►
◄add_loras_to_prompttrue►
◄add_counter_to_filenametrue►
◄save_as_recipefalse►
CategoryAaalice/tools
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Images to save (passed through unchanged). | |
| enabled | BOOLEAN | true | When off, nothing is saved and the images are passed through unchanged. |
| filename_prefix | STRING | ComfyUI | Base filename. With LoraManager installed, patterns like %seed%/%date:...% are supported. |
| file_format | COMBO | png | 3 options: png, jpeg, webp |
| lossless_webp | BOOLEAN | false | — |
| quality | INT | 1001–100 | — |
| webp_method | INT | 60–6 | — |
| jpeg_subsampling | INT | 00–2 | — |
| embed_workflow | BOOLEAN | false | — |
| save_with_metadata | BOOLEAN | true | — |
| add_loras_to_prompt | BOOLEAN | true | — |
| add_counter_to_filename | BOOLEAN | true | — |
| save_as_recipe | BOOLEAN | false | — |
| metadataopt | METADATA | Optional Metadata Overwrite (LoraManager) output; establishes execution order before saving. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | The unchanged input images. |