ComfyUI/models/diffusion_models folder.
Inputs
Outputs
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The UNETLoader node is designed for loading U-Net models by name, facilitating the use of pre-trained U-Net architectures within the system.
ComfyUI/models/diffusion_models folder.
| Parameter | Description | Data Type |
|---|---|---|
unet_name | Specifies the name of the U-Net model to be loaded. This name is used to locate the model within a predefined directory structure, enabling the dynamic loading of different U-Net models. | COMBO[STRING] |
weight_dtype | 🚧 fp8_e4m3fn fp9_e5m2 | … |
| Parameter | Description | Data Type |
|---|---|---|
model | Returns the loaded U-Net model, allowing it to be utilized for further processing or inference within the system. | MODEL |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Was this page helpful?