Nodes/comfyui_gvf/Load checkpoint and provide its name as a string
ComfyUI Node

Load checkpoint and provide its name as a string

Loads a diffusion model checkpoint, diffusion models are used to denoise latents.

By gvfarns·Created about a year ago·Updated 8 months ago· 0
Load checkpoint and provide its name as a string
    • MODEL
    • CLIP
    • VAE
    • checkpoint name
    ckpt_name
    Categoryloaders

    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.
    checkpoint nameSTRINGName of the model, as a string