Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently upscale images with predefined resolutions and methods, offering orientation and cropping options for high-quality results.
The SDXL Quick Image Scale (WLSH) node is designed to upscale images quickly and efficiently, making it an essential tool for AI artists who need to enhance the resolution of their artwork. This node allows you to select from various predefined resolutions and upscale methods, ensuring that the final image meets your specific requirements. It also offers options to choose the orientation (landscape or portrait) and cropping method, providing flexibility in how the image is processed. By leveraging this node, you can achieve high-quality upscaling results with minimal effort, making it a valuable addition to your AI art toolkit.
This parameter accepts the original image that you want to upscale. The input should be in the form of an image file.
This parameter allows you to choose the method used for upscaling the image. The available options are nearest-exact
, bilinear
, and area
. Each method has its own characteristics: nearest-exact
preserves hard edges, bilinear
provides smoother transitions, and area
is suitable for downscaling.
This parameter lets you select the target resolution for the upscaled image. The available options are 1024x1024|1:1
, 1152x896|9:7
, 1216x832|19:13
, 1344x768|7:4
, and 1536x640|12:5
. The resolution is specified in the format width x height | aspect ratio
.
This parameter determines the orientation of the upscaled image. You can choose between landscape
and portrait
. Selecting portrait
will swap the width and height values of the chosen resolution.
This parameter specifies the cropping method to be used during upscaling. The available options are disabled
and center
. disabled
means no cropping will be applied, while center
will crop the image from the center.
The output is the upscaled image, processed according to the specified parameters. This image will have the new resolution and orientation as defined by the input parameters.
bilinear
upscale method for smoother transitions and less pixelation in the upscaled image.center
crop method to ensure the central area is preserved.Invalid resolution format
width x height | aspect ratio
.Unsupported upscale method
nearest-exact
, bilinear
, or area
.Invalid direction value
landscape
or portrait
.Invalid crop method
disabled
or center
for the crop method.© Copyright 2024 RunComfy. All Rights Reserved.