ComfyUI Node
AIHub Utils Load Model
A ComfyUI node in aihub/utils with 3 inputs and 3 outputs.
AIHub Utils Load Model
- MODEL
- CLIP
- VAE
◄model►
◄is_diffusion_modeltrue►
◄diffusion_model_weight_dtypedefault►
Categoryaihub/utils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | STRING | The model to load | |
| is_diffusion_model | BOOLEAN | true | If set to true, it will load the model from the diffusion_models folder, if false it will load it from the checkpoints folder |
| diffusion_model_weight_dtype | COMBO | default | The weight dtype to use when loading the diffusion model, this is only used if is_diffusion_model is true |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |
| CLIP | CLIP | — |
| VAE | VAE | — |