> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# QuiverImageToSVGNode - ComfyUI Built-in Node Documentation

> Complete documentation for the QuiverImageToSVGNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/QuiverImageToSVGNode/en.md)

This node converts a raster image into a scalable vector graphic (SVG) using Quiver AI's vectorization models. It sends the image to an external API which processes it and returns the vectorized result.

## Inputs

| Parameter   | Data Type    | Required | Range                      | Description                                                                                                                                                                                                                                 |
| ----------- | ------------ | -------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `image`     | IMAGE        | Yes      | N/A                        | Input image to vectorize.                                                                                                                                                                                                                   |
| `auto_crop` | BOOLEAN      | No       | `True`<br />`False`        | Automatically crop to the dominant subject. This is an advanced parameter (default: `False`).                                                                                                                                               |
| `model`     | DYNAMICCOMBO | Yes      | Multiple options available | Model to use for SVG vectorization. Selecting a model reveals additional parameters specific to that model: `target_size` (square resize target in pixels, default: 1024, range: 128-4096), `temperature`, `top_p`, and `presence_penalty`. |
| `seed`      | INT          | No       | 0 to 2147483647            | Seed to determine if the node should re-run; the actual results are nondeterministic regardless of the seed value. This parameter has "control after generate" functionality (default: 0).                                                  |

## Outputs

| Output Name | Data Type | Description                |
| ----------- | --------- | -------------------------- |
| `SVG`       | SVG       | The vectorized SVG output. |

***

**Source fingerprint (SHA-256):** `f2e411bd3ed235d04a94cb3e5c26990eb30404c3329e9c91e705d3039d2d8089`
