ComfyUI Node
🌊hua_gradio Checkpoint Loader
Loads a diffusion model checkpoint, diffusion models are used to denoise latents.
🌊hua_gradio Checkpoint Loader
- MODEL
- CLIP
- VAE
◄ckpt_name▾►
◄nameHua_CheckpointLoaderSimple►
Category❤️ 靓仔 ✨
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The name of the checkpoint (model) to load. | |
| name | STRING | Hua_CheckpointLoaderSimple | 节点名称 |
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. |