ComfyUI Node
Set Text With Number
Sets some text and adds a number at the end.
Set Text With Number
- str
◄str—►
◄num_type▾►
◄prefix—►
◄suffix—►
CategorySage Utils/text/helper
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| str | STRING | Text to format with a number at the end. | |
| num_type | COMBO | Choose whether the appended number should be treated as float or int. | |
| prefixopt | STRING | Text to prepend before the main string. | |
| suffixopt | STRING | Text to append after the main string. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| str | STRING | Output value for str_out. |