Nodes/ComfyUI-easygoing-nodes/Load Checkpoint (with Name)
ComfyUI Node

Load Checkpoint (with Name)

Loads a diffusion model checkpoint (from 'checkpoints' or 'diffusion_models' folders) and also outputs a cleaned name string.

By easygoing0114·Created 11 months ago·Updated 26 days ago· 4
Load Checkpoint (with Name)
    • MODEL
    • CLIP
    • VAE
    • model_name
    model_name
    Categorymodel/loaders

    Inputs (1)

    NameTypeDefaultDescription
    model_nameCOMBOThe name of the checkpoint (model) to load. Searches both 'checkpoints' and 'diffusion_models' folders.

    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.
    model_nameSTRINGCleaned model name (extension and precision/format keywords removed).