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 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

ParameterData TypeRequiredRangeDescription
model_nameSTRINGYesAll files in the latent_upscale_models folderThe 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 NameData TypeDescription
modelLATENT_UPSCALE_MODELThe loaded latent upscale model, configured and ready for use.