Nodes/AUN ComfyUI Nodes/Random/Select INT
ComfyUI Node

Random/Select INT

Outputs an integer based on mode: • Select: fixed value from 'select' parameter • Increment: cycles through min to max range • Random: random value within min-max range • Range: cycles through comma-separated list (e.g. '1,2,5-8,12')

By loz2754·Created 7 months ago·Updated about a month ago· 4
Random/Select INT
    • index
    minimum0
    maximum1
    modeRandom
    range1,2,5-8,12
    select1
    CategoryAUN Nodes/Utility

    Inputs (5)

    NameTypeDefaultDescription
    minimumINT00–100000The minimum value for random number generation (inclusive).
    maximumINT11–100000The maximum value for random number generation (inclusive).
    modeCOMBORandomSelect mode: Select for fixed index, Increment for cycling through range, Random for random index within range, Range for selecting from a list of indices.
    rangeSTRING1,2,5-8,12A comma-separated list of indices or ranges to select from in 'Range' mode (e.g. 1, 2, 5-8, 12).
    selectINT11–100000The integer value to output when in 'Select' mode.

    Outputs (1)

    NameTypeDescription
    indexINT