Nodes/ComfyUI Prompt Companion/Prompt Companion: Load Checkpoint with Subprompt
ComfyUI Node

Prompt Companion: Load Checkpoint with Subprompt

Loads a diffusion model checkpoint and finds matching subprompts based on explicitly configured trigger word associations.

By jfcantu·Created 11 months ago·Updated 11 months ago· 8
Prompt Companion: Load Checkpoint with Subprompt
    • model
    • clip
    • vae
    • subprompt
    ckpt_name
    Categoryprompt-companion/loaders

    Inputs (1)

    NameTypeDefaultDescription
    ckpt_nameCOMBOThe name of the checkpoint (model) to load.

    Outputs (4)

    NameTypeDescription
    modelMODELThe model used for denoising latents.
    clipCLIPThe CLIP model used for encoding text prompts.
    vaeVAEThe VAE model used for encoding and decoding images to and from latent space.
    subprompt*Combined subprompt from explicitly matching trigger words for this checkpoint.