ComfyUI Node
Image Resize With Padding
A ComfyUI node in utils with 3 inputs and 1 output.
Image Resize With Padding
- image
- IMAGE
◄width0►
◄height0►
Categoryutils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| width | INT | 0 | Target width. Note that it will not crop the original image, but will scale proportionally based on width and height, then pad |
| height | INT | 0 | Target height. Note that it will not crop the original image, but will scale proportionally based on width and height, then pad |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |