Convert To Int Float Str
ConvertNumberToIntFloatStr
Converts anything number-like to `INT` `FLOAT` `STRING`. Uses `nums_from_string.get_nums` internally which is very permissive in the numbers it accepts. Anything from actual ints, actual floats, ints or floats as strings, strings that contains multiple numbers with thousand-separators. Use a string `123;234;345` to quickly generate a list of numbers. Don't use commas as separators as they may be interpreted as thousand-separators. `int`, `float` and `string` use(s) `is_output_list=True` (indicated by the symbol `𝌠`) and will be processed sequentially by corresponding nodes.
Pack: ComfyUI-outputlists-combiner
custom_nodes.ComfyUI-outputlists-combiner
Inputs (1)
| Name | Type | Required |
|---|---|---|
| number | * | required |