This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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
| Parameter | Data Type | Input Type | Default | Range | Description |
|---|---|---|---|---|---|
config_name | STRING | COMBO | - | Available config files | The configuration file that defines the model architecture and settings |
ckpt_name | STRING | COMBO | - | Available checkpoint files | The checkpoint file containing the trained model weights and parameters |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
MODEL | MODEL | The loaded main model component ready for inference |
CLIP | CLIP | The loaded CLIP model component for text encoding |
VAE | VAE | The loaded VAE model component for image encoding and decoding |