ComfyUI Node
Resolution to Dimensions (lab)
Split a resolution (as string, ex. '1024x1024') to dimensions, optionally multiplied by scale factor.
Resolution to Dimensions (lab)
- width
- height
◄resolution1024x1024►
◄scale_factor1.0►
CategoryComfyLab/utils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| resolution | STRING | 1024x1024 | resolution as string (ex. '1024x1024') |
| scale_factor | FLOAT | 1.0 | dimension multiplier |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| width | INT | width |
| height | INT | height |