ComfyUI Node
Python String Format
Format a string using Python's string formatting syntax.
Python String Format
- text
◄fmt—►
Categoryovum
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| fmt | STRING | A python format string. Use {arg0} to insert the first input, {arg1} for the second, etc. Anything that works in python's .format works here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |