ComfyUI Node
create INT with base
Create an INT from a STRING with a given base. The input string must be a valid integer number and will be directly converted to an INT without any further processing.
create INT with base
- INT
◄value0►
◄base10►
CategoryBasic/INT
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| value | STRING | 0 | — |
| base | INT | 10 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |