Skip to main content
The CheckpointLoader node loads a pre-trained model checkpoint along with its configuration file. It takes a configuration file and a checkpoint file as inputs and returns the loaded model components including the main model, CLIP model, and VAE model for use in the workflow.

Inputs

ParameterDescriptionData TypeRequiredRange
config_nameThe configuration file that defines the model architecture and settingsSTRINGYesAvailable config files
ckpt_nameThe checkpoint file containing the trained model weights and parametersSTRINGYesAvailable checkpoint files
Note: This node requires both a configuration file and a checkpoint file to be selected. The configuration file must match the architecture of the checkpoint file being loaded.

Outputs

Output NameDescriptionData Type
MODELThe loaded main model component ready for inferenceMODEL
CLIPThe loaded CLIP model component for text encodingCLIP
VAEThe loaded VAE model component for image encoding and decodingVAE
Important Note: This node has been marked as deprecated and may be removed in future versions. Consider using alternative loading nodes for new workflows.
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Source fingerprint (SHA-256): 9977bda5e124a9d10566839cbee868c74fab120c454141f27ce145efa60105e9