Help... I installed ControlNet but everytime I use it, these errors comes out... #1549
Unanswered
frank052791
asked this question in
Q&A
Replies: 1 comment
-
Can you follow the bug template to submit an issue? Without knowing the controlnet version, a1111 version and list of other extensions you installed, it can be really hard to provide guidance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help... I installed ControlNet but everytime I use it, these errors comes out... Thanks!
Error running process: G:\stable-diffusion\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py
Traceback (most recent call last):
File "G:\stable-diffusion\stable-diffusion-webui\modules\scripts.py", line 418, in process
script.process(p, *script_args)
File "G:\stable-diffusion\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 748, in process
detected_map, is_image = preprocessor(input_image, res=preprocessor_resolution, thr_a=unit.threshold_a, thr_b=unit.threshold_b)
File "G:\stable-diffusion\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\utils.py", line 75, in decorated_func
return cached_func(*args, **kwargs)
File "G:\stable-diffusion\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\utils.py", line 63, in cached_func
return func(*args, **kwargs)
File "G:\stable-diffusion\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\global_state.py", line 35, in unified_preprocessor
return preprocessor_modules[preprocessor_name](*args, **kwargs)
File "G:\stable-diffusion\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\processor.py", line 175, in midas
from annotator.midas import apply_midas
ImportError: cannot import name 'apply_midas' from 'annotator.midas' (G:\stable-diffusion\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\midas_init_.py)
Beta Was this translation helpful? Give feedback.
All reactions