ComfyUI Node
text_mul_Join
文本合并预设说明 None:直接拼接所有文本(无分隔符)。 Line:按行分隔(\n)。 Space:按空格分隔。 Comma:按逗号分隔(支持中英文逗号)。 Period:按句号分隔(支持中英文句号)。 Semicolon:按分号分隔(支持中英文分号)。 Tab:按制表符分隔(\t)。 Pipe:按竖线分隔(|)。 Custom:自定义排版替换(支持{text1}-{text8}占位符自由组合,保留排版格式)
text_mul_Join
- joined_text
◄join_ruleComma►
◄custom_pattern{text1},{text2},{text3},{text4},{text5},{text6},{text7},{text8}►
◄text1►
◄text2►
◄text3►
◄text4►
◄text5►
◄text6►
◄text7►
◄text8►
CategoryApt_Preset/prompt
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| join_rule | COMBO | Comma | 9 options: None, Custom, Line, Space, Comma, Period, +3 |
| custom_pattern | STRING | {text1},{text2},{text3},{text4},{text5},{text6},{text7},{text8} | — |
| text1 | STRING | — | |
| text2 | STRING | — | |
| text3 | STRING | — | |
| text4 | STRING | — | |
| text5 | STRING | — | |
| text6 | STRING | — | |
| text7 | STRING | — | |
| text8 | STRING | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| joined_text | STRING | — |