Nodes/ComfyUI-InstantTensorLoaders/Instant Load Checkpoint
ComfyUI Node

Instant Load Checkpoint

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

By redstonewhite·Created 3 months ago·Updated 3 months ago· 0
Instant Load Checkpoint
    • MODEL
    • CLIP
    • VAE
    ckpt_name
    Categoryloaders/instanttensor

    Inputs (1)

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

    Outputs (3)

    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.