A utility node for saving SVG vector graphics to files
Parameter | Type | Default | Description |
---|---|---|---|
svg | SVG | - | SVG vector data to save |
filename_prefix | string | ”recraft” | Prefix for the filename |
output_dir | string | - | Output directory, defaults to ComfyUI output folder at ComfyUI/output/svg/ |
index | integer | -1 | Save index, -1 means save all generated SVGs |
Output | Type | Description |
---|---|---|
SVG | SVG | Passes through the input SVG data |