StringToFloatListRanged
StringToFloatListRanged
Converts a comma-separated string to a float list. Supports repeat notation using '#' (e.g., '3#5' repeats 3.0 five times). Mix regular numbers and repeats: '1, 2.5#3, 7' becomes [1.0, 2.5, 2.5, 2.5, 7.0].
Pack: ComfyUI-WanVaceAdvanced
custom_nodes.ComfyUI-WanVaceAdvanced
Inputs (1)
| Name | Type | Required |
|---|---|---|
| string | STRING | required |
Outputs (1)
| Name | Type |
|---|---|
| FLOAT | FLOAT |