Nodes/Sage Utils/Cubiq Image Resize
ComfyUI Node

Cubiq Image Resize

Resizes an image using Cubiq interpolation.

By arcum42·Created 2 years ago·Updated 24 days ago· 32
Cubiq Image Resize
  • image
  • image
  • width
  • height
width1024
height1024
interpolationbicubic
methodkeep proportion
conditionalways
multiple_of0
CategorySage Utils/image/manipulation

Inputs (7)

NameTypeDefaultDescription
imageIMAGEThe image to resize.
widthINT10240–16384The target width.
heightINT10240–16384The target height.
interpolationCOMBObicubicThe interpolation method.
methodCOMBOkeep proportionThe resizing method.
conditionCOMBOalwaysThe condition for conditioned resizing.
multiple_ofINT00–1024Ensure dimensions are multiples of this value.

Outputs (3)

NameTypeDescription
imageIMAGEThe resized image.
widthINTThe new width.
heightINTThe new height.