ComfyUI Node
Load Checkpoint (with Name)
Loads a diffusion model checkpoint (from 'checkpoints' or 'diffusion_models' folders) and also outputs a cleaned name string.
Load Checkpoint (with Name)
- MODEL
- CLIP
- VAE
- model_name
◄model_name▾►
Categorymodel/loaders
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | The name of the checkpoint (model) to load. Searches both 'checkpoints' and 'diffusion_models' folders. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model used for denoising latents. |
| CLIP | CLIP | The CLIP model used for encoding text prompts. |
| VAE | VAE | The VAE model used for encoding and decoding images to and from latent space. |
| model_name | STRING | Cleaned model name (extension and precision/format keywords removed). |