ComfyUI Node
Load Diffusion Model (Async)
A ComfyUI node in advanced/model with 3 inputs and 1 output.
Load Diffusion Model (Async)
- model
◄unet_name▾►
◄weight_dtype▾►
◄disable_dynamic_vramfalse►
Categoryadvanced/model
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| unet_name | COMBO | Select a UNET model to load. | |
| weight_dtype | COMBO | 4 options: default, fp8_e4m3fn, fp8_e4m3fn_fast, fp8_e5m2 | |
| disable_dynamic_vram | BOOLEAN | false | If true, disables dynamic VRAM optimizations when loading the UNET. This can reduce VRAM usage at the cost of potentially higher CPU usage and slower performance. Recommended to keep enabled unless you are experiencing VRAM-related issues with certain models. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |