ComfyUI Node
Retrieve random pair of size from array
Return random pair of width&height from given array For example the default values: 512,512 512,768 768,512 Would return random pair from 512x512, 512x768 or 768x512
Retrieve random pair of size from array
- width
- height
◄sizes512,512
512,768
768,512
►
◄seed0►
CategorySizeFromArray
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| sizes | STRING | 512,512 512,768 768,512 | — |
| seed | INT | 00–18446744073709550000 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| width | INT | — |
| height | INT | — |