ComfyUI Node
Prompt Companion: Load Checkpoint with Subprompt
Loads a diffusion model checkpoint and finds matching subprompts based on explicitly configured trigger word associations.
Prompt Companion: Load Checkpoint with Subprompt
- model
- clip
- vae
- subprompt
◄ckpt_name▾►
Categoryprompt-companion/loaders
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. |
| subprompt | * | Combined subprompt from explicitly matching trigger words for this checkpoint. |