Inputs
| Parameter | Description | Data Type |
|---|---|---|
samples | The latent representation of an image to be upscaled. This parameter is crucial for determining the starting point of the upscaling process. | LATENT |
upscale_method | Specifies the method used for upscaling the latent image. Different methods can affect the quality and characteristics of the upscaled image. | COMBO[STRING] |
width | The desired width of the upscaled image. If set to 0, it will be calculated based on the height to maintain the aspect ratio. | INT |
height | The desired height of the upscaled image. If set to 0, it will be calculated based on the width to maintain the aspect ratio. | INT |
crop | Determines how the upscaled image should be cropped, affecting the final appearance and dimensions of the output. | COMBO[STRING] |
Outputs
| Parameter | Description | Data Type |
|---|---|---|
latent | The upscaled latent representation of the image, ready for further processing or generation. | LATENT |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub