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.