ComfyUI Node
AIHub Utils Scale Image And Masks
A ComfyUI node in aihub/utils with 5 inputs and 4 outputs.
AIHub Utils Scale Image And Masks
- images
- masks
- IMAGE
- MASK
- WIDTH
- HEIGHT
◄normalize_at_width0►
◄normalize_at_height0►
◄normalize_upscale_methodnearest-exact►
Categoryaihub/utils
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | The list of images to normalize | |
| normalize_at_width | INT | 0 | Must be greater than 0 |
| normalize_at_height | INT | 0 | Must be greater than 0 |
| normalize_upscale_method | COMBO | nearest-exact | The method to use when upscaling images |
| masksopt | MASK | The list of masks to normalize, if given must match the number of images |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| MASK | MASK | — |
| WIDTH | INT | — |
| HEIGHT | INT | — |