ComfyUI Node
ControlNet Select
Allows you to easily select a ControlNet model name and connect it directly to the Load ControlNet Model node.
ControlNet Select
- control_net_name
- control_net_name (STRING)
- control_net_name_no_ext (STRING)
◄control_net_name▾►
CategoryMDSNodes/utils/
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| control_net_name | COMBO | Select a ControlNet model file from your models/controlnet directory. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| control_net_name | * | Passes the raw combo selection to nodes expecting a ControlNet name. |
| control_net_name (STRING) | STRING | The full filename as a standard STRING (e.g. 'control_v11p_sd15_canny.pth'). |
| control_net_name_no_ext (STRING) | STRING | The filename without the file extension as a STRING (e.g. 'control_v11p_sd15_canny'). |