Nodes/ComfyUI-hybs-nodes/Random Resolution Selector
ComfyUI Node

Random Resolution Selector

Select a resolution from the JSON list based on seed. Reloads the JSON on every execution.

By hybskgks28275·Created about a year ago·Updated 2 months ago· 3
Random Resolution Selector
    • width
    • height
    seed0
    CategoryHYBS/ResolutionSelector

    Inputs (1)

    NameTypeDefaultDescription
    seedINT0Deterministic pick: index = seed % len(combos).

    Outputs (2)

    NameTypeDescription
    widthINTWidth of the selected resolution.
    heightINTHeight of the selected resolution.