> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# LatentUpscaleModelLoader - ComfyUI Built-in Node Documentation

> Complete documentation for the LatentUpscaleModelLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LatentUpscaleModelLoader/en.md)

The LatentUpscaleModelLoader node loads a specialized model designed for upscaling latent representations. It reads a model file from the system's designated folder and automatically detects its type (720p, 1080p, or other) to instantiate and configure the correct internal model architecture. The loaded model is then ready to be used by other nodes for latent space super-resolution tasks.

## Inputs

| Parameter    | Data Type | Required | Range                                             | Description                                                                                                                                                                    |
| ------------ | --------- | -------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `model_name` | STRING    | Yes      | *All files in the `latent_upscale_models` folder* | The name of the latent upscale model file to load. The available options are dynamically populated from the files present in your ComfyUI's `latent_upscale_models` directory. |

## Outputs

| Output Name | Data Type              | Description                                                    |
| ----------- | ---------------------- | -------------------------------------------------------------- |
| `model`     | LATENT\_UPSCALE\_MODEL | The loaded latent upscale model, configured and ready for use. |
