ComfyUI Node
đź’€Prepack Number Type Converter
Convert between string, int, and float types. Accepts any of these types and outputs all three.
đź’€Prepack Number Type Converter
- value
- string
- int
- float
Categoryđź’€Prepack
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| value | * | Input value (string, int, or float) |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| string | STRING | Value as string |
| int | INT | Value as integer (rounded if needed) |
| float | FLOAT | Value as float |