ComfyUI Node
SDXL 16ch Loader (Precision)
Loads a diffusion model checkpoint with individual precision control for MODEL, CLIP, and VAE components.
SDXL 16ch Loader (Precision)
- MODEL
- CLIP
- VAE
◄ckpt_name▾►
◄model_precisionauto►
◄clip_precisionauto►
◄vae_precisionauto►
Categoryloaders
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The name of the checkpoint (model) to load. | |
| model_precision | COMBO | auto | Precision for the diffusion model (UNet). |
| clip_precision | COMBO | auto | Precision for the CLIP text encoder. |
| vae_precision | COMBO | auto | Precision for the VAE encoder/decoder. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model used for denoising latents. |
| CLIP | CLIP | The CLIP model used for encoding text prompts. |
| VAE | VAE | The VAE model used for encoding and decoding images to and from latent space. |