Nodes/comfyui-mdsnodes/ControlNet Select
ComfyUI Node

ControlNet Select

Allows you to easily select a ControlNet model name and connect it directly to the Load ControlNet Model node.

By MarwanDSAI·Created 15 days ago·Updated 4 days ago· 1
ControlNet Select
    • control_net_name
    • control_net_name (STRING)
    • control_net_name_no_ext (STRING)
    control_net_name
    CategoryMDSNodes/utils/

    Inputs (1)

    NameTypeDefaultDescription
    control_net_nameCOMBOSelect a ControlNet model file from your models/controlnet directory.

    Outputs (3)

    NameTypeDescription
    control_net_name*Passes the raw combo selection to nodes expecting a ControlNet name.
    control_net_name (STRING)STRINGThe full filename as a standard STRING (e.g. 'control_v11p_sd15_canny.pth').
    control_net_name_no_ext (STRING)STRINGThe filename without the file extension as a STRING (e.g. 'control_v11p_sd15_canny').