ComfyUI Node
String Conditional Append
A ComfyUI node in utils/StringEssentials with 5 inputs and 2 outputs.
String Conditional Append
- output_string
- was_appended
◄input_string—►
◄strings_to_check►
◄positionend►
◄match_casefalse►
◄separator, ►
Categoryutils/StringEssentials
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| input_string | STRING | The string to process | |
| strings_to_check | STRING | Enter strings to search for and append if not found (one per line) | |
| position | COMBO | end | Where to add strings if not found |
| match_case | BOOLEAN | false | Whether the search should be case-sensitive |
| separator | STRING | , | Character(s) to use between text and appended strings |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output_string | STRING | — |
| was_appended | BOOLEAN | — |