xinsir6 / ControlNetPlus

ControlNet++: All-in-one ControlNet for image generations and editing!
Apache License 2.0
1.64k stars 33 forks source link

control type can not be detected #9

Closed Zhuangvictor0 closed 2 months ago

Zhuangvictor0 commented 2 months ago

Hi, I want to know why the sd can't recognize the control type : union_control_type=<ControlNetUnionControlType.UNKNOWN: 'Unknown'>

and the error: File "/root/autodl-tmp/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/enums.py", line 334, in int_value raise ValueError("Unknown control type cannot be encoded.") ValueError: Unknown control type cannot be encoded.

could you tell me how to fix it :)