ComfyUI Node
Image Resize To π¦βπ₯
Resizes an image by specify one edge size. Proportion is kept by default.
Image Resize To π¦βπ₯
- image
- IMAGE
- prev_width
- prev_height
- log
βtarget_size720PβΊ
βbbox_edge11024βΊ
βbbox_edge21024βΊ
βupscale_methodβΎβΊ
βonlyEnlargetrueβΊ
Categoryπ¦βπ₯ ArchiGraph/π· PhotoEdit
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | β | |
| target_size | COMBO | 720P | Preset target sizes. Select 'custom' to specify edge size manually. |
| bbox_edge1 | INT | 102416β8192 | Only valid for custom target type. Edge size for the boundingbox. Orientation will be calculated automatically. |
| bbox_edge2 | INT | 102416β8192 | Only valid for custom target type. Edge size for the boundingbox. Orientation will be calculated automatically. |
| upscale_method | COMBO | 5 options: lanczos, nearest-exact, bilinear, area, bicubic | |
| onlyEnlarge | BOOLEAN | true | If true, only enlarge images. Large images will be kept at original size. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | β |
| prev_width | INT | β |
| prev_height | INT | β |
| log | STRING | β |