> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# RecraftTextToVectorNode - ComfyUI Built-in Node Documentation

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

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/RecraftTextToVectorNode/zh.md)

根据提示和分辨率同步生成 SVG。此节点通过向 Recraft API 发送文本提示来创建矢量插图，并返回生成的 SVG 内容。

## 输入参数

| 参数           | 数据类型     | 必填 | 取值范围                   | 描述                                                                        |
| ------------ | -------- | -- | ---------------------- | ------------------------------------------------------------------------- |
| `提示词`        | STRING   | 是  | -                      | 用于图像生成的提示词。（默认：""）                                                        |
| `子风格`        | COMBO    | 是  | 多个可用选项                 | 用于生成的具体插图样式。选项由 RecraftStyleV3 中可用的矢量插图子样式决定。                             |
| `尺寸`         | COMBO    | 是  | 多个可用选项                 | 生成图像的尺寸。（默认：1024x1024）                                                    |
| `数量`         | INT      | 是  | 1-6                    | 要生成的图像数量。（默认：1，最小值：1，最大值：6）                                               |
| `种子`         | INT      | 是  | 0-18446744073709551615 | 用于确定节点是否应重新运行的种子；无论种子如何，实际结果都是非确定性的。（默认：0，最小值：0，最大值：18446744073709551615） |
| `反向提示词`      | STRING   | 否  | -                      | 可选的对图像中不希望出现的元素的文本描述。（默认：""）                                              |
| `Recraft 控制` | CONTROLS | 否  | -                      | 通过 Recraft Controls 节点对生成过程进行可选的额外控制。                                     |

**注意：** `seed` 参数仅控制节点何时重新运行，但不会使生成结果具有确定性。

## 输出结果

| 输出名称  | 数据类型 | 描述              |
| ----- | ---- | --------------- |
| `SVG` | SVG  | 以 SVG 格式生成的矢量插图 |
