image
upscaling
Image Scale

Upscale Image

comfyUI节点-Upscale Image|图像缩放

Documentation

  • Class name: ImageScale
  • Category: image/upscaling
  • Output node: False

The ImageScale node is designed for resizing images to specific dimensions, offering a selection of upscale methods and the ability to crop the resized image. It abstracts the complexity of image upscaling and cropping, providing a straightforward interface for modifying image dimensions according to user-defined parameters.

Input types

ParameterComfy dtypeDescription
imageIMAGEThe input image to be upscaled. This parameter is central to the node's operation, serving as the primary data upon which resizing transformations are applied. The quality and dimensions of the output image are directly influenced by the original image's properties.
upscale_methodCOMBO[STRING]Specifies the method used for upscaling the image. The choice of method can affect the quality and characteristics of the upscaled image, influencing the visual fidelity and potential artifacts in the resized output.
widthINTThe target width for the upscaled image. This parameter directly influences the dimensions of the output image, determining the horizontal scale of the resizing operation.
heightINTThe target height for the upscaled image. This parameter directly influences the dimensions of the output image, determining the vertical scale of the resizing operation.
cropCOMBO[STRING]Determines whether and how the upscaled image should be cropped, offering options for disabled cropping or center cropping. This affects the final composition of the image by potentially removing edges to fit the specified dimensions.

Output types

ParameterComfy dtypeDescription
imageIMAGEThe upscaled (and optionally cropped) image, ready for further processing or visualization.