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

ParameterData TypeInput TypeDefaultRangeDescription
config_nameSTRINGCOMBO-Available config filesThe configuration file that defines the model architecture and settings
ckpt_nameSTRINGCOMBO-Available checkpoint filesThe checkpoint file containing the trained model weights and parameters
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 NameData TypeDescription
MODELMODELThe loaded main model component ready for inference
CLIPCLIPThe loaded CLIP model component for text encoding
VAEVAEThe loaded VAE model component for image encoding and decoding
Important Note: This node has been marked as deprecated and may be removed in future versions. Consider using alternative loading nodes for new workflows.