> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GLIGENLoader - ComfyUI Built-in Node Documentation

> Complete documentation for the GLIGENLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.

该节点会检测位于 `ComfyUI/models/gligen` 文件夹下的模型，
同时也会读取你在 extra\_model\_paths.yaml 文件中配置的额外路径的模型，
有时你可能需要 **刷新 ComfyUI 界面** 才能让它读取到对应文件夹下的模型文件
GLIGEN模型加载节点旨在加载GLIGEN模型，这些是专门的生成模型。它简化了从指定路径检索和初始化这些模型的过程，使它们准备好用于进一步的生成任务。

## 输入

| 参数名称       | 数据类型           | 作用                                                        |
| ---------- | -------------- | --------------------------------------------------------- |
| `gligen名称` | COMBO\[STRING] | 要加载的GLIGEN模型的名称。此参数指定要检索和加载的模型文件，在初始化GLIGEN模型以供使用时起着关键作用。 |

## 输出

| 参数名称     | 数据类型   | 作用                                           |
| -------- | ------ | -------------------------------------------- |
| `gligen` | GLIGEN | 加载的GLIGEN模型，准备用于生成任务。此输出表示已从指定路径加载的完全初始化的模型。 |
