ComfyUI Node
Append String
Appends two strings together cleanly, removing unnecessary commas, spaces, or other artifacts.
Append String
- STRING
◄string1►
◄string2►
◄commatrue►
◄dedupetrue►
Categoryprompt_formatter
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| string1 | STRING | First string. | |
| string2 | STRING | String to append. | |
| comma | BOOLEAN | true | Add comma between strings. |
| dedupe | BOOLEAN | true | Prevents appending tokens from string2 if they already exist in string1. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |