ComfyUI Node
Save Image with Metadata (Simple)
A ComfyUI node in Eric's Nodes/Output with 36 inputs and 2 outputs.
Save Image with Metadata (Simple)
- images
- images
- filepath
◄filename_prefixComfyUI►
◄file_formatpng►
◄include_projectfalse►
◄include_datetimetrue►
◄custom_output_directory►
◄output_path_modeSubfolder in Output►
◄filename_formatDefault (padded zeros)►
◄quality_presetBest Quality►
◄color_profilesRGB v4 Appearance►
◄rendering_intentRelative Colorimetric►
◄bit_depth8-bit►
◄alpha_modeauto►
◄matte_color#FFFFFF►
◄save_alpha_separatelyfalse►
◄apng_fps10►
◄apng_loops0►
◄enable_metadatatrue►
◄title►
◄project►
◄description►
◄creator►
◄copyright►
◄keywords►
◄custom_metadata{}►
◄auto_extract_generation_paramstrue►
◄include_node_detailsfalse►
◄save_embeddedtrue►
◄save_workflow_as_jsonfalse►
◄save_xmptrue►
◄save_txttrue►
◄save_dbfalse►
◄save_individual_discoveryfalse►
◄debug_loggingfalse►
◄embed_workflowtrue►
◄a1111_compat_modefalse►
CategoryEric's Nodes/Output
Inputs (36)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Images to save. | |
| filename_prefix | STRING | ComfyUI | Base name for saved files. Supports tokens like %date:yyyy-MM-dd%. |
| file_format | COMBO | png | Primary image format. |
| include_projectopt | BOOLEAN | false | Append project name to filename. |
| include_datetimeopt | BOOLEAN | true | Append timestamp to filename. |
| custom_output_directoryopt | STRING | Override output folder. Relative paths stay under ComfyUI/output. | |
| output_path_modeopt | COMBO | Subfolder in Output | Treat custom directory as absolute or relative to the output folder. |
| filename_formatopt | COMBO | Default (padded zeros) | Choose sequential filename style. |
| quality_presetopt | COMBO | Best Quality | Adjust compression vs. quality for supported formats. |
| color_profileopt | COMBO | sRGB v4 Appearance | Embedded ICC profile. |
| rendering_intentopt | COMBO | Relative Colorimetric | Rendering intent used for color conversions. |
| bit_depthopt | COMBO | 8-bit | 16-bit currently applies to PNG only. |
| alpha_modeopt | COMBO | auto | How to treat alpha when the format lacks transparency. |
| matte_coloropt | STRING | #FFFFFF | Background colour for matte mode (name or #RRGGBB). |
| save_alpha_separatelyopt | BOOLEAN | false | Write a separate alpha image for formats without transparency support. |
| apng_fpsopt | INT | 101–60 | Frames per second for APNG output. |
| apng_loopsopt | INT | 00–99999 | Loop count for APNG (0 means infinite). |
| enable_metadataopt | BOOLEAN | true | Master switch for writing structured metadata. |
| titleopt | STRING | Image title. | |
| projectopt | STRING | Project or collection name. | |
| descriptionopt | STRING | Image description or caption. | |
| creatoropt | STRING | Creator/artist name. | |
| copyrightopt | STRING | Copyright / rights notice. | |
| keywordsopt | STRING | Comma-separated keyword list. | |
| custom_metadataopt | STRING | {} | Custom metadata JSON merged into the output structure. |
| auto_extract_generation_paramsopt | BOOLEAN | true | Pull prompts, sampler settings, etc. from the workflow automatically. |
| include_node_detailsopt | BOOLEAN | false | Include node IDs and wiring details for debugging. |
| save_embeddedopt | BOOLEAN | true | Write structured metadata directly into the image when possible. |
| save_workflow_as_jsonopt | BOOLEAN | false | Export the workflow alongside the image as JSON. |
| save_xmpopt | BOOLEAN | true | Create an XMP sidecar file. |
| save_txtopt | BOOLEAN | true | Create a human-readable text summary. |
| save_dbopt | BOOLEAN | false | Send metadata to the configured database handler, if any. |
| save_individual_discoveryopt | BOOLEAN | false | Persist per-run workflow discovery reports in addition to the central log. |
| debug_loggingopt | BOOLEAN | false | Verbose console logging for troubleshooting. |
| embed_workflowopt | BOOLEAN | true | Embed ComfyUI workflow data in PNG files for easy reloading. |
| a1111_compat_modeopt | BOOLEAN | false | Embed Automatic1111-compatible parameter strings in PNG text and JPEG comments. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| filepath | STRING | — |