ComfyUI Node
Cubiq Image Resize
Resizes an image using Cubiq interpolation.
Cubiq Image Resize
- image
- image
- width
- height
◄width1024►
◄height1024►
◄interpolationbicubic►
◄methodkeep proportion►
◄conditionalways►
◄multiple_of0►
CategorySage Utils/image/manipulation
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The image to resize. | |
| width | INT | 10240–16384 | The target width. |
| height | INT | 10240–16384 | The target height. |
| interpolation | COMBO | bicubic | The interpolation method. |
| method | COMBO | keep proportion | The resizing method. |
| condition | COMBO | always | The condition for conditioned resizing. |
| multiple_of | INT | 00–1024 | Ensure dimensions are multiples of this value. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The resized image. |
| width | INT | The new width. |
| height | INT | The new height. |