ComfyUI Node
AUN Save Image V2
A versatile image saver with advanced filename customization and metadata embedding. Accepts a path_filename input with support for %token% placeholders, %token placeholders, and date/time formatting. Use AUNPathFilenameV2 to generate path_filename strings from individual components. Right-click -> "Preview Mode" or double-click to hide all widgets and focus on the image preview.
AUN Save Image V2
- images
- filename
- sidecar_text
◄path_filename%date%_%basemodelname%_%seed%►
◄extensionpng►
◄steps20►
◄cfg8.00►
◄modelname►
◄sampler_name►
◄scheduler►
◄seed_value0►
◄previewenabled►
◄save_imagetrue►
◄positive_prompt►
◄negative_prompt►
◄selected_lora►
◄date_format%Y%m%d-%H%M%S►
◄sidecar_formatOutput text►
CategoryAUN Nodes/Image
Inputs (16)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Input images to save. Can be single image or batch. | |
| path_filename | STRING | %date%_%basemodelname%_%seed% | Combined subfolder path and filename pattern. Supports canonical %token% placeholders, legacy %token placeholders, and %date:<format>% / %time:<format>% forms. |
| 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. |
| previewopt | COMBO | enabled | Enable/disable image preview on the node. |
| 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 | — |