Inputs
| Parameter | Description | Data Type |
|---|---|---|
samples | The latent representation of images to be upscaled. This parameter is crucial for determining the input data that will undergo the upscaling process. | LATENT |
upscale_method | Specifies the method used for upscaling the latent samples. The choice of method can significantly affect the quality and characteristics of the upscaled output. | COMBO[STRING] |
scale_by | Determines the factor by which the latent samples are scaled. This parameter directly influences the resolution of the output, allowing for precise control over the upscaling process. | FLOAT |
Outputs
| Parameter | Description | Data Type |
|---|---|---|
latent | The upscaled latent representation, ready for further processing or generation tasks. This output is essential for enhancing the resolution of generated images or for subsequent model operations. | LATENT |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub