Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The DiffusersLoader node loads pre-trained models from the diffusers format. It searches for valid diffusers model directories containing a model_index.json file and loads them as MODEL, CLIP, and VAE components for use in the pipeline. This node is part of the deprecated loaders category and provides compatibility with Hugging Face diffusers models.

Inputs

ParameterData TypeRequiredRangeDescription
model_pathSTRINGYesMultiple options available
(auto-populated from diffusers folders)
The path to the diffusers model directory to load. The node automatically scans for valid diffusers models in the configured diffusers folders and lists available options.

Outputs

Output NameData TypeDescription
MODELMODELThe loaded model component from the diffusers format
CLIPCLIPThe loaded CLIP model component from the diffusers format
VAEVAEThe loaded VAE (Variational Autoencoder) component from the diffusers format