Nodes/ComfyUI-SDXL-16ch-loader/SDXL 16ch Loader (Precision)
ComfyUI Node

SDXL 16ch Loader (Precision)

Loads a diffusion model checkpoint with individual precision control for MODEL, CLIP, and VAE components.

By NeuroSenko·Created 2 years ago·Updated 10 months ago· 8
SDXL 16ch Loader (Precision)
    • MODEL
    • CLIP
    • VAE
    ckpt_name
    model_precisionauto
    clip_precisionauto
    vae_precisionauto
    Categoryloaders

    Inputs (4)

    NameTypeDefaultDescription
    ckpt_nameCOMBOThe name of the checkpoint (model) to load.
    model_precisionCOMBOautoPrecision for the diffusion model (UNet).
    clip_precisionCOMBOautoPrecision for the CLIP text encoder.
    vae_precisionCOMBOautoPrecision for the VAE encoder/decoder.

    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.