ComfyUI Node
Format: String (lab)
Format a string, with any number of inputs. Placeholders can be either '{arg0}', '{arg1}, ... or '{0}', '{1}', ... Inputs can be strings, integers, floats, booleans. Search for 'python format' for all configuration options, there are many!
Format: String (lab)
- formatted
◄formatfirst arg by name: {arg0}, second by index: {1}►
CategoryComfyLab/utils
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| format | STRING | first arg by name: {arg0}, second by index: {1} | placeholders can be either '{arg0}', '{arg1}, ... or '{0}', '{1}', ... |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| formatted | STRING | — |