ComfyUI Node
Resize Image
Resize an image or mask using various scaling methods.
Resize Image
- input
- resized
- width
- height
◄resize▾►
Categorynifty/image
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input | COMFY_MATCHTYPE_V3 | Image or mask to resize. | |
| resize | COMBO | Resize mode. Scaling methods: 'nearest-exact' = fastest, hard edges; 'bilinear' / 'bicubic' = general purpose; 'area' = best for downscaling; 'lanczos' = best for upscaling photos; 'mitchell-netravali' = sharp upscaling with minimal ringing; 'bilinear (antialias)' / 'bicubic (antialias)' = smooth downscaling. 'nvidia-rtx-vsr' requires an NVIDIA RTX GPU and nvidia-vfx package. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| resized | COMFY_MATCHTYPE_V3 | — |
| width | INT | — |
| height | INT | — |