Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The SamplerLCMUpscale node provides a specialized sampling method that combines Latent Consistency Model (LCM) sampling with image upscaling capabilities. It allows you to upscale images during the sampling process using various interpolation methods, making it useful for generating higher resolution outputs while maintaining image quality.

Inputs

ParameterData TypeRequiredRangeDescription
scale_ratioFLOATNo0.1 - 20.0The scaling factor to apply during upscaling (default: 1.0)
scale_stepsINTNo-1 - 1000The number of steps to use for upscaling process. Use -1 for automatic calculation (default: -1)
upscale_methodCOMBOYes”bislerp"
"nearest-exact"
"bilinear"
"area"
"bicubic”
The interpolation method used for upscaling the image

Outputs

Output NameData TypeDescription
samplerSAMPLERReturns a configured sampler object that can be used in the sampling pipeline