ComfyUI Node
Random Resolution Selector
Select a resolution from the JSON list based on seed. Reloads the JSON on every execution.
Random Resolution Selector
- width
- height
◄seed0►
CategoryHYBS/ResolutionSelector
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| seed | INT | 0 | Deterministic pick: index = seed % len(combos). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| width | INT | Width of the selected resolution. |
| height | INT | Height of the selected resolution. |