ComfyUI Node
Diffusion Model Selector
A ComfyUI node in nifty/selectors with 1 input and 2 outputs.
Diffusion Model Selector
- model
- is_gguf
◄model_name▾►
Categorynifty/selectors
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | Select a diffusion model (.safetensors, .gguf, .pt, .pth, .bin) from the unet / diffusion_models folder. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| model | * | — |
| is_gguf | BOOLEAN | True if the selected model is a GGUF quantized file. Useful for routing to a GGUF-compatible loader. |