Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance image resolution by scaling up latent images with specified factor, maintaining quality and details for AI artists.
The Latent Upscale by Factor (WAS) node is designed to enhance the resolution of latent images by scaling them up by a specified factor. This node is particularly useful for AI artists who want to increase the size of their generated images while maintaining the quality and details. By leveraging various interpolation methods, the node ensures that the upscaled images retain their visual fidelity. The primary goal of this node is to provide a flexible and efficient way to upscale latent images, making it an essential tool for artists looking to refine and enlarge their creations.
This parameter represents the latent images that you want to upscale. It is a required input and should be provided in the form of latent tensors.
This parameter specifies the interpolation method to be used for upscaling. The valid options are "area", "bicubic", "bilinear", and "nearest". Each method has its own characteristics: "area" is good for downscaling, "bicubic" provides smooth results, "bilinear" is faster but less smooth, and "nearest" is the simplest and fastest but can produce blocky results. Choosing the right mode can significantly impact the quality of the upscaled image.
This parameter determines the scaling factor by which the latent images will be upscaled. It should be a positive float value. For example, a factor of 1.5 will increase the dimensions of the image by 50%. It is crucial to ensure that the factor is a positive number to avoid errors and achieve the desired upscaling effect.
This parameter is a boolean that specifies whether to align the corners during interpolation. It accepts "true" or "false" as values. When set to "true", it ensures that the corners of the image are aligned, which can be important for certain interpolation methods like "bilinear" and "bicubic".
The output is the upscaled latent image. This parameter contains the latent tensors that have been processed and scaled according to the specified factor and interpolation method. The upscaled latent image can then be used for further processing or conversion to a visible image format.
<mode>
selected. Valid modes are: area, bicubic, bilinear, nearestfactor
is <factor>
, but should be a positive or negative float.© Copyright 2024 RunComfy. All Rights Reserved.