ComfyUI Node
ResizeImageBatch
Resizes a batch of images to the specified width and height. Size can be retrieved from the inputs, in this order of importance: - get_size_from_image - width_input and height_input - output_width and output_height widgets Keep proportions maintains the aspect ratio of the images.
ResizeImageBatch
- images
- get_size_from_image
- images
- width
- height
◄output_width512►
◄output_height512►
◄upscale_methodbilinear►
◄keep_proportionfalse►
◄divisible_by1►
◄cropdisabled►
◄width_input—►
◄height_input—►
CategoryResizeZeptaPayload
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| output_width | INT | 5120–8192 | — |
| output_height | INT | 5120–8192 | — |
| upscale_method | COMBO | bilinear | 5 options: nearest-exact, bilinear, area, bicubic, lanczos |
| keep_proportion | BOOLEAN | false | — |
| divisible_by | INT | 11–512 | — |
| crop | COMBO | disabled | 2 options: disabled, center |
| width_input | INT | — | |
| height_input | INT | — | |
| get_size_from_imageopt | IMAGE | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| width | INT | — |
| height | INT | — |