ComfyUI Node
Save Image (Deprecated)
Legacy image saver for workflows that provide separate path and filename inputs. Supports advanced filename customization, metadata embedding, and LoRA tracking via selected_lora input. Use Save Image V2 for new single path_filename workflows. Right-click -> "Preview Mode" or double-click to hide all widgets and focus on the image preview.
Save Image (Deprecated)
- images
- filename
- sidecar_text
◄filename%date%_%basemodelname%_%seed%►
◄path►
◄extensionpng►
◄steps20►
◄cfg8.00►
◄modelname►
◄sampler_name►
◄scheduler►
◄seed_value0►
◄time_format%Y%m%d-%H%M%S►
◄previewenabled►
◄loras_delimiter;►
◄save_sidecar_to_filefalse►
◄save_imagetrue►
◄positive_prompt►
◄negative_prompt►
◄selected_lora►
◄date_format%Y%m%d-%H%M%S►
◄sidecar_formatOutput text►
CategoryAUN Nodes/Deprecated/Image
Inputs (20)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Input images to save. Can be single image or batch. | |
| filename | STRING | %date%_%basemodelname%_%seed% | Filename pattern. Supports canonical %token% placeholders, legacy %token placeholders, and %date:<format>% / %time:<format>% forms. Common tokens: %date%, %time%, %model%, %modelname%, %basemodelname%, %model_short%, %sampler_name%, %scheduler%, %steps%, %cfg%, %seed%, %batch_num%, %loras%. %loras_group remains an alias of %loras for compatibility. |
| path | STRING | Subfolder path within the output directory. | |
| extension | COMBO | png | Image format to save in. |
| stepsopt | INT | 201–10000 | Number of sampling steps. |
| cfgopt | FLOAT | 8.000–100 | CFG scale. |
| modelnameopt | STRING | Model name for %model, %modelname, %basemodelname, %model_short, %modelname_short, %basemodelshort, %basemodelname_short placeholders. | |
| sampler_nameopt | STRING | Sampler name for metadata and %sampler_name placeholder. | |
| scheduleropt | STRING | Scheduler name for metadata and %scheduler placeholder. | |
| seed_valueopt | INT | 00–18446744073709550000 | Seed value for %seed placeholder and metadata. |
| time_formatopt | STRING | %Y%m%d-%H%M%S | Legacy alias for date_format. Older workflows may still provide this value. |
| previewopt | COMBO | enabled | Enable/disable image preview on the node. |
| loras_delimiteropt | STRING | ; | Delimiter between LoRA entries in %loras%. Allowed: + - _ . space , ; |
| save_sidecar_to_fileopt | BOOLEAN | false | Legacy sidecar file toggle kept in the old widget slot so existing workflows still load. When enabled and sidecar_format is left at its default, sidecars are written as text files. |
| save_imageopt | BOOLEAN | true | True: save images to output path. False: only generate previews (saved into temp directory). |
| positive_promptopt | STRING | Positive prompt text to embed in metadata. | |
| negative_promptopt | STRING | Negative prompt text to embed in metadata. | |
| selected_loraopt | STRING | Selected LoRA name from AUNRandomLoraModelOnly or similar nodes to include in sidecar metadata. | |
| date_formatopt | STRING | %Y%m%d-%H%M%S | Date format for %date and %time placeholders. Explicit %date:<format>% / %time:<format>% placeholders override this per token. |
| sidecar_formatopt | COMBO | Output text | Sidecar output format and file saving: choose Output (text/json) or also Save to file (text/json). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| filename | STRING | — |
| sidecar_text | STRING | — |