> ## 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.

# ConvertStringToComboNode - ComfyUI Built-in Node Documentation

> Complete documentation for the ConvertStringToComboNode 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/ConvertStringToComboNode/zh.md)

Convert String to Combo 节点接收一个文本字符串作为输入，并将其转换为 COMBO 数据类型。这允许您将文本值用作其他需要 COMBO 输入的节点的选择项。它只是原封不动地传递字符串值，但会更改其数据类型。

## 输入参数

| 参数名      | 数据类型   | 必填 | 取值范围 | 描述                   |
| -------- | ------ | -- | ---- | -------------------- |
| `string` | STRING | 是  | N/A  | 要转换为 COMBO 类型的文本字符串。 |

## 输出

| 输出名称     | 数据类型  | 描述                        |
| -------- | ----- | ------------------------- |
| `output` | COMBO | 输入的字符串，现在格式化为 COMBO 数据类型。 |
