Skip to main content

SaveSVGNode

image/saveOutput Node
SaveSVGNode

Save SVG files on disk.

Example

JSON Example
{
  "class_type": "SaveSVGNode",
  "inputs": {
    "svg": [
      "node_id",
      0
    ],
    "filename_prefix": "svg/ComfyUI"
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
svgSVGrequired--
filename_prefix?STRINGrequired-"svg/ComfyUI"

Outputs

This node has no outputs.

Was this page helpful?