loaders
Diff Controlnet Loader

Load ControlNet Model (diff)

comfyUI节点-Load ControlNet Model(Diff)|Diff ControlNet加载器

Documentation

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

The DiffControlNetLoader node is designed for loading differential control networks, which are specialized models that can modify the behavior of another model based on control net specifications. This node allows for the dynamic adjustment of model behaviors by applying differential control nets, facilitating the creation of customized model outputs.

Input types

FieldComfy dtypeDescription
modelMODELThe base model to which the differential control net will be applied, allowing for customization of the model's behavior.
control_net_nameCOMBO[STRING]Identifies the specific differential control net to be loaded and applied to the base model for modifying its behavior.

Output types

FieldComfy dtypeDescription
control_netCONTROL_NETA differential control net that has been loaded and is ready to be applied to a base model for behavior modification.