ComfyUI Node
DGLS Model Loader
A ComfyUI node in loaders with 7 inputs and 2 outputs.
DGLS Model Loader
- model
- layers
◄model_name►
◄model_typedefault►
◄cast_dtypedefault►
◄full_castdisabled►
◄clear_model_cachefalse►
◄verbosefalse►
◄nuke_all_cachesfalse►
Categoryloaders
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | 0 options: | |
| model_type | COMBO | default | Unet is just for Debugging, its a legacy loader- Use default |
| cast_dtype | COMBO | default | ComfyUI casting system. Use 'disabled' to turn off ComfyUI casting and use full_cast instead |
| full_cast | COMBO | disabled | Full cast system - cast entire model to target dtype including fp4. Works independently of ComfyUI's system. Only cast in f8 or f4 if you have the kernals for it. |
| clear_model_cache | BOOLEAN | false | Force reload model from disk, ignoring ComfyUI's model cache |
| verbose | BOOLEAN | false | This will slow down inference |
| nuke_all_cachesopt | BOOLEAN | false | CAUTION: Aggressive Clear all ComfyUI caches |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| layers | LAYERS | — |