Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI-generated image resolution using advanced neural network upscaling for smoother, refined outputs.
The LatentUpscaler node is designed to enhance the resolution of latent representations in AI-generated images. This node leverages advanced neural network techniques to upscale latent samples, providing higher quality and more detailed outputs. By using this node, you can achieve smoother and more refined images, which is particularly beneficial for applications requiring high-resolution outputs. The LatentUpscaler is capable of handling different versions of latent representations and offers multiple scaling factors, making it a versatile tool for AI artists looking to improve the visual fidelity of their creations.
samples
is the primary input parameter that takes in the latent representations you wish to upscale. These latent samples are the encoded forms of images that the model will process to enhance their resolution. The quality and characteristics of the output heavily depend on the input samples provided.
latent_ver
specifies the version of the latent representation being used. It accepts two options: v1
and xl
. This parameter ensures that the correct model version is applied to the latent samples, which is crucial for maintaining compatibility and achieving optimal results.
scale_factor
determines the degree to which the latent samples will be upscaled. The available options are 1.25
, 1.5
, and 2.0
. This parameter directly impacts the resolution of the output, with higher values resulting in more significant upscaling and finer details in the final image.
The samples
output parameter contains the upscaled latent representations. These enhanced latents can be further processed or decoded to produce high-resolution images. The output retains the structure of the input samples but with improved resolution and detail.
If the input samples include a noise_mask
, the output will also contain an upscaled version of this mask. The noise_mask
helps in preserving the noise characteristics of the original latent samples, ensuring that the upscaling process does not introduce unwanted artifacts.
scale_factor
values to find the optimal balance between resolution and processing time for your specific use case.latent_ver
to match the version of your latent samples, as this ensures compatibility and optimal performance.scale_factor
or use a smaller batch size. Alternatively, try running the node on a machine with more GPU memory.© Copyright 2024 RunComfy. All Rights Reserved.