Checkpoint Loader (Simple)
Last updated
Last updated
Class name: CheckpointLoaderSimple
Category: loaders
Output node: False
The CheckpointLoaderSimple node is designed for loading model checkpoints without the need for specifying a configuration. It simplifies the process of checkpoint loading by requiring only the checkpoint name, making it more accessible for users who may not be familiar with the configuration details.
ckpt_name
COMBO[STRING]
Specifies the name of the checkpoint to be loaded, determining which checkpoint file the node will attempt to load and affecting the node’s execution and the model that is loaded.
model
MODEL
Returns the loaded model, allowing it to be used for further processing or inference.
clip
CLIP
Returns the CLIP model associated with the loaded checkpoint, if available.
vae
VAE
Returns the VAE model associated with the loaded checkpoint, if available.