PVL Image Resize

PVL_ImageResize

Resizes the image to the specified width and height. Keep proportions maintains the aspect ratio of the image. Downsize only prevents upscaling when enabled. Supports RGB and RGBA images.

Pack: ComfyUI Assistant Node

custom_nodes.comfyui-pvl-api-nodes

Inputs (10)

NameTypeRequired
widthINTrequired
heightINTrequired
upscale_methodCOMBOrequired
keep_proportionCOMBOrequired
pad_colorSTRINGrequired
crop_positionCOMBOrequired
divisible_byINTrequired
downsize_onlyBOOLEANrequired
imageIMAGEoptional
deviceCOMBOoptional

Outputs (3)

NameType
IMAGEIMAGE
widthINT
heightINT