ComfyUI Node
Image Resize Advanced
A ComfyUI node in Ultralytics/Utils with 7 inputs and 3 outputs.
Image Resize Advanced
- image
- IMAGE
- width
- height
◄width512►
◄height512►
◄interpolation▾►
◄method▾►
◄condition▾►
◄multiple_of0►
CategoryUltralytics/Utils
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| width | INT | 5120–16384 | — |
| height | INT | 5120–16384 | — |
| interpolation | COMBO | 6 options: nearest, bilinear, bicubic, area, nearest-exact, lanczos | |
| method | COMBO | 4 options: stretch, keep proportion, fill / crop, pad | |
| condition | COMBO | 5 options: always, downscale if bigger, upscale if smaller, if bigger area, if smaller area | |
| multiple_of | INT | 00–512 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| width | INT | — |
| height | INT | — |