Nodes Browser
Resize Image
ImageResizeKJ
Node Information
- Category:
- KJNodes/image
- Python Module:
- custom_nodes.ComfyUI-KJNodes
- Output Node:
- No
Resize Image
PREVIEW
IMAGE
width
height
◀
image
IMAGE
▶
◀
width
INT
▶
◀
height
INT
▶
◀
upscale_method
undefined
▶
◀
keep_proportion
BOOLEAN
▶
◀
divisible_by
INT
▶
◀
width_input
INT
▶
◀
height_input
INT
▶
◀
get_image_size
IMAGE
▶
Resizes the image to the specified width and height.
Size can be retrieved from the inputs, and the final scale
is determined in this order of importance:
- get_image_size
- width_input and height_input
- width and height widgets
Keep proportions keeps the aspect ratio of the image, by
highest dimension.