ComfyUI Node
Eric Save True SVG Image (with Metadata)
A ComfyUI node in image/save with 25 inputs and 1 output.
Eric Save True SVG Image (with Metadata)
- saved_path
◄svg_content—►
◄filename_prefixwordcloud_svg►
◄include_projectfalse►
◄include_datetimetrue►
◄custom_output_directory►
◄output_path_modeSubfolder in Output►
◄filename_formatDefault (padded zeros)►
◄enable_metadatatrue►
◄title►
◄project►
◄description►
◄creator►
◄copyright►
◄keywords►
◄custom_metadata{}►
◄save_embeddedtrue►
◄save_workflow_as_jsontrue►
◄save_workflow_as_txtfalse►
◄save_xmpfalse►
◄save_to_dbfalse►
◄svg_optimizefalse►
◄svg_embed_fontsfalse►
◄color_profilesRGB v4 Appearance►
◄bit_depth8-bit►
◄debug_loggingfalse►
Categoryimage/save
Inputs (25)
| Name | Type | Default | Description |
|---|---|---|---|
| svg_content | STRING | Native SVG content as string | |
| filename_prefix | STRING | wordcloud_svg | Base name for saved files |
| include_projectopt | BOOLEAN | false | Add project name to filename |
| include_datetimeopt | BOOLEAN | true | Add date and time to filename |
| custom_output_directoryopt | STRING | Override the default output location. For relative paths, use 'subfolder' format. Leave empty to use default output folder. | |
| output_path_modeopt | COMBO | Subfolder in Output | How to interpret the custom output directory |
| filename_formatopt | COMBO | Default (padded zeros) | How to format sequential filenames |
| enable_metadataopt | BOOLEAN | true | Master switch to enable/disable all metadata writing |
| titleopt | STRING | SVG title | |
| projectopt | STRING | Project name for organization | |
| descriptionopt | STRING | SVG description/caption | |
| creatoropt | STRING | Creator/artist name | |
| copyrightopt | STRING | Copyright information | |
| keywordsopt | STRING | Comma-separated keywords/tags | |
| custom_metadataopt | STRING | {} | Custom metadata in JSON format |
| save_embeddedopt | BOOLEAN | true | Embed metadata directly in the SVG file |
| save_workflow_as_jsonopt | BOOLEAN | true | Save workflow data as a separate JSON file (required for ComfyUI workflow loading) |
| save_workflow_as_txtopt | BOOLEAN | false | Save workflow data as a separate text file |
| save_xmpopt | BOOLEAN | false | Save XMP sidecar file with metadata |
| save_to_dbopt | BOOLEAN | false | Save metadata to database |
| svg_optimizeopt | BOOLEAN | false | Basic SVG optimization (remove unnecessary whitespace) |
| svg_embed_fontsopt | BOOLEAN | false | Attempt to embed font information as metadata |
| color_profileopt | COMBO | sRGB v4 Appearance | Color profile to embed as metadata (for reference when converting SVG) |
| bit_depthopt | COMBO | 8-bit | Bit depth for metadata reference (actual SVG is vector format) |
| debug_loggingopt | BOOLEAN | false | Enable detailed debug logging |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| saved_path | STRING | — |