ComfyUI Node
Simple Eval Strings
Evaluates a string expression with three string variables.
Simple Eval Strings
- STRING
◄python_expressiona + ' ' + b + c►
◄print_to_console▾►
◄aHello►
◄bWorld►
◄c!►
CategoryComfyUI Text Processor/Logic
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| python_expression | STRING | a + ' ' + b + c | — |
| print_to_console | COMBO | 2 options: False, True | |
| aopt | STRING | Hello | — |
| bopt | STRING | World | — |
| copt | STRING | ! | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | String evaluation result. |