Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance image resolution with advanced upscaling for AI artists, maintaining quality and detail.
The SUPIR_Upscale node is designed to enhance the resolution of your images using advanced upscaling techniques. This node is particularly useful for AI artists who want to improve the quality and detail of their images without losing the original essence. By leveraging sophisticated algorithms, SUPIR_Upscale can effectively increase the size of your images while maintaining or even enhancing their visual quality. This node is ideal for tasks that require high-resolution outputs, such as printing, detailed artwork, or any scenario where image clarity is paramount.
This parameter represents the input image data that you want to upscale. It is of type LATENT
, which means it works with latent representations of images. The quality and characteristics of the input samples will directly affect the upscaling results.
This parameter allows you to choose the method used for upscaling the image. The available options are nearest-exact
, bilinear
, area
, bicubic
, and lanczos
. Each method has its own way of interpolating pixel values, which can affect the sharpness, smoothness, and overall quality of the upscaled image. For example, bicubic
and lanczos
are generally better for preserving details, while bilinear
and area
might be faster but less detailed.
This parameter determines the factor by which the image will be upscaled. It is a floating-point value with a default of 1.5, a minimum of 0.01, and a maximum of 8.0. Adjusting this value allows you to control how much larger the output image will be compared to the input. For instance, a scale_by
value of 2.0 will double the dimensions of the input image.
The output of the SUPIR_Upscale node is a latent representation of the upscaled image. This output retains the enhanced resolution and quality as specified by the input parameters. The latent format ensures that the image can be further processed or decoded into a visible format as needed.
bicubic
or lanczos
upscale methods if you need to preserve fine details in your images.scale_by
values to find the optimal balance between image size and quality for your specific use case.Invalid upscale method selected
nearest-exact
, bilinear
, area
, bicubic
, or lanczos
.Scale factor out of range
scale_by
value is set outside the allowed range of 0.01 to 8.0.scale_by
value to be within the specified range.Invalid input samples
LATENT
format.LATENT
before passing it to the SUPIR_Upscale node.© Copyright 2024 RunComfy. All Rights Reserved.