ComfyUI Node
Replace String Literals
A ComfyUI node in utils/string with 2 inputs and 1 output.
Replace String Literals
- strings
- STRING
◄template$0►
Categoryutils/string
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| template | STRING | $0 | Template string. Use $0, $1, ... or ${0}, ${1}, ... to reference connected string inputs by index. Unmatched placeholders are kept literally. |
| strings | COMFY_AUTOGROW_V3 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |