Load Diffusion Model.
该节点会自动检测位于 ComfyUI/models/diffusion_models 文件夹中的模型。
输入
fp8_e4m3fn和fp9_e5m2 表示不同精度和动态范围
输出
UNET Loader Guide | Load Diffusion Model Workflow Example
- 安装 UNET 模型
- 下载工作流文件
- 在 ComfyUI 中导入工作流
- 选择 UNET 模型并运行工作流
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the UNETLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Load Diffusion Model.
该节点会自动检测位于 ComfyUI/models/diffusion_models 文件夹中的模型。
| 参数名称 | 数据类型 | 作用 |
|---|---|---|
UNet名称 | COMBO[STRING] | 指定要加载的 U-Net 模型的名称。此名称用于在预定义的目录结构内定位模型,从而实现不同 U-Net 模型的动态加载。 |
数据类型 | … |
| 参数名称 | 数据类型 | 作用 |
|---|---|---|
model | MODEL | 返回加载的 U-Net 模型,允许在系统中用于进一步处理或推理。 |