ComfyUI Node
📜 文本数组格式化器
A ComfyUI node in LLM/文本处理 with 4 inputs and 2 outputs.
📜 文本数组格式化器
- 长度
- 字符串数组
◄input_str["示例文本1", "示例文本2"]►
◄show_indextrue►
◄max_length200►
◄delimiter|►
CategoryLLM/文本处理
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| input_str | STRING | ["示例文本1", "示例文本2"] | — |
| show_index | BOOLEAN | true | — |
| max_length | INT | 2000–65535 | — |
| delimiteropt | STRING | | | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| 长度 | INT | — |
| 字符串数组 | LIST_STR | — |