# Quiver Image to SVG Node

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 | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `image` | Input image to vectorize. | IMAGE | Yes | N/A |
| `auto_crop` | Automatically crop to the dominant subject (default: False). | BOOLEAN | No | True<br>False |
| `model` | 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`. | DYNAMICCOMBO | Yes | Multiple options available |
| `seed` | 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). | INT | No | 0 to 2147483647 |

## Outputs

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

> 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)

---
**Source fingerprint (SHA-256):** `178655d7b92a5b6823eefc2e75952fc8a12128da68786ba60bcfca1c7b464147`
