Skip to content
Help Build a Better ComfyUI Knowledge Base Become a Patron
Nodes ManualLoadersGLIGEN Loader

GLIGEN Loader

comfyUI节点-GLIGENLoader|GLIGEN加载器

This node will detect models located in the ComfyUI/models/gligen folder, and it will also read models from additional paths configured in the extra_model_paths.yaml file. Sometimes, you may need to refresh the ComfyUI interface to allow it to read the model files from the corresponding folder.

Documentation

  • Class name: GLIGENLoader
  • Category: loaders
  • Output node: False

The GLIGENLoader node is designed for loading GLIGEN models, which are specialized generative models. It facilitates the process of retrieving and initializing these models from specified paths, making them ready for further generative tasks.

Input types

FieldComfy dtypeDescription
gligen_nameCOMBO[STRING]The name of the GLIGEN model to be loaded, specifying which model file to retrieve and load, crucial for the initialization of the GLIGEN model.

Output types

FieldComfy dtypeDescription
gligenGLIGENThe loaded GLIGEN model, ready for use in generative tasks, representing the fully initialized model loaded from the specified path.