Nodes/ComfyUI-WanVaceAdvanced/StringToFloatListRanged
ComfyUI Node

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].

By drozbay·Created about a year ago·Updated 6 months ago· 90
StringToFloatListRanged
    • FLOAT
    string1, 2, 3#2, 5.5
    CategoryWanVaceAdvanced

    Inputs (1)

    NameTypeDefaultDescription
    stringSTRING1, 2, 3#2, 5.5

    Outputs (1)

    NameTypeDescription
    FLOATFLOAT