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 StableCascade_SuperResolutionControlnet node prepares inputs for Stable Cascade super-resolution processing. It takes an input image and encodes it using a VAE to create controlnet input, while also generating placeholder latent representations for stage C and stage B of the Stable Cascade pipeline.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to be processed for super-resolution
vaeVAEYes-The VAE model used to encode the input image

Outputs

Output NameData TypeDescription
controlnet_inputIMAGEThe encoded image representation suitable for controlnet input
stage_cLATENTPlaceholder latent representation for stage C of Stable Cascade processing
stage_bLATENTPlaceholder latent representation for stage B of Stable Cascade processing