ControlNet Loader

Learn about the ControlNetLoader node in ComfyUI, which is designed to load ControlNet models from specified paths. It abstracts the complexities of locating and initializing ControlNet models, making them readily available for further processing or inference tasks.

comfyUI节点-Load ControlNet Model|ControlNet加载器

This node will detect models located in the ComfyUI/models/controlnet 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: ControlNetLoader
  • Category: loaders
  • Output node: False

The ControlNetLoader node is designed to load a ControlNet model from a specified path. It plays a crucial role in initializing ControlNet models, which are essential for applying control mechanisms over generated content or modifying existing content based on control signals.

Input types

FieldComfy dtypeDescription
control_net_nameCOMBO[STRING]Specifies the name of the ControlNet model to be loaded, used to locate the model file within a predefined directory structure.

Output types

FieldComfy dtypeDescription
control_netCONTROL_NETReturns the loaded ControlNet model, ready for use in controlling or modifying content generation processes.