This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Hunyuan Video 15 Latent Upscale With Model node increases the resolution of a latent image representation. It first upscales the latent samples to a specified size using a chosen interpolation method, then refines the upscaled result using a specialized Hunyuan Video 1.5 upscale model to improve quality.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
model | LATENT_UPSCALE_MODEL | Yes | N/A | The Hunyuan Video 1.5 latent upscale model used to refine the upscaled samples. |
samples | LATENT | Yes | N/A | The latent image representation to be upscaled. |
upscale_method | COMBO | No | "nearest-exact""bilinear""area""bicubic""bislerp" | The interpolation algorithm used for the initial upscaling step (default: "bilinear"). |
width | INT | No | 0 to 16384 | The target width for the upscaled latent, in pixels. A value of 0 will calculate the width automatically based on the target height and the original aspect ratio. The final output width will be a multiple of 16 (default: 1280). |
height | INT | No | 0 to 16384 | The target height for the upscaled latent, in pixels. A value of 0 will calculate the height automatically based on the target width and the original aspect ratio. The final output height will be a multiple of 16 (default: 720). |
crop | COMBO | No | "disabled""center" | Determines how the upscaled latent is cropped to fit the target dimensions. |
width and height are set to 0, the node returns the input samples unchanged. If only one dimension is set to 0, the other dimension is calculated to preserve the original aspect ratio. The final dimensions are always adjusted to be at least 64 pixels and are divisible by 16.
Outputs
| Output Name | Data Type | Description |
|---|---|---|
LATENT | LATENT | The upscaled and model-refined latent image representation. |