ComfyUI Node
String Checkpoint Loader
Load a checkpoint by providing the filename as a string input
String Checkpoint Loader
- MODEL
- CLIP
- VAE
◄ckpt_filename►
CategoryS3 Serverless Storage
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_filename | STRING | Filename of the checkpoint to load (e.g., 'model.safetensors') |
Outputs (3)
| 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. |