ComfyUI Node
Load checkpoint and provide its name as a string
Loads a diffusion model checkpoint, diffusion models are used to denoise latents.
Load checkpoint and provide its name as a string
- MODEL
- CLIP
- VAE
- checkpoint name
◄ckpt_name▾►
Categoryloaders
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The name of the checkpoint (model) to load. |
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. |
| checkpoint name | STRING | Name of the model, as a string |