ComfyUI Node
Resize image to dimension
A ComfyUI node in ✨ LF Nodes/Image with 7 inputs and 3 outputs.
Resize image to dimension
- image
- ui_widget
- image
- image_list
- count
◄height1216►
◄width832►
◄resize_methodbicubic►
◄resize_modecrop►
◄pad_color000000►
Category✨ LF Nodes/Image
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image tensor or a list of image tensors. | |
| height | INT | 1216 | The target height for the output image. |
| width | INT | 832 | The target width for the output image. |
| resize_method | COMBO | bicubic | Method to resize the image. |
| resize_mode | COMBO | crop | Choose whether to crop or pad when resizing. |
| pad_color | STRING | 000000 | Color to use for padding if 'pad' mode is selected (hexadecimal). |
| ui_widgetopt | KUL_TREE | [object Object] | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| image_list | IMAGE | — |
| count | INT | — |