Nodes/ComfyUI Prepack/đź’€Prepack Model SingleCLIP
ComfyUI Node

đź’€Prepack Model SingleCLIP

Load a diffusion UNet and a single CLIP in one step (types follow official Load CLIP node).

By S4MUEL-404·Created 11 months ago·Updated 9 months ago· 2
đź’€Prepack Model SingleCLIP
    • model
    • clip
    • vae
    â—„unet_nameâ–ľâ–ş
    â—„weight_dtypeâ–ľâ–ş
    â—„vae_nameâ–ľâ–ş
    â—„clip_nameâ–ľâ–ş
    â—„typeâ–ľâ–ş
    â—„deviceâ–ľâ–ş
    Categoryđź’€Prepack

    Inputs (6)

    NameTypeDefaultDescription
    unet_nameCOMBOThe name of the diffusion model (UNET) to load.
    weight_dtypeCOMBOThe weight dtype for the diffusion model.
    vae_nameCOMBOThe VAE to load.
    clip_nameCOMBOThe name of the CLIP model to load.
    typeCOMBOThe type of CLIP configuration to use.
    deviceoptCOMBODevice override for CLIP loading/offloading. Use 'cpu' to force CPU; 'default' lets Comfy manage devices.

    Outputs (3)

    NameTypeDescription
    modelMODELThe loaded diffusion model (UNET) used for denoising latents.
    clipCLIPThe loaded CLIP model used for encoding text prompts.
    vaeVAEThe loaded VAE for encoding/decoding latents (can be None if loading fails).