UNET Loader Guide | Load Diffusion Model

This node has been renamed as Load Diffusion Model.

Documentation

  • Class name: UNETLoader

  • Category: advanced/loaders

  • Output node: False

The UNETLoader node is designed for loading U-Net models by name, facilitating the use of pre-trained U-Net architectures within the system.

Input types - UNET Loader Guide | Load Diffusion Model

Parameter
Comfy dtype
Description

unet_name

COMBO[STRING]

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.

weight_dtype

🚧 fp8_e4m3fn fp9_e5m2

Output types - UNET Loader Guide | Load Diffusion Model

Parameter
Comfy dtype
Description

model

MODEL

Returns the loaded U-Net model, allowing it to be utilized for further processing or inference within the system.

Download UNET Loader Workflow example

After downloading the file, you can use it in SeaArt's ComfyUI.

Last updated