ControlNet icon indicating copy to clipboard operation
ControlNet copied to clipboard

openpose not working after installing ControlNet 1.119

Open Yaandyy opened this issue 2 years ago • 0 comments

when setting preprocessor to openpose and model to control_v11p_sd15_openpose appears this error:

Loading model from cache: control_v11p_sd15_openpose [cab727d4]
Loading preprocessor: openpose preprocessor resolution = 512 Error running process: E:\AI\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py Traceback (most recent call last): File "E:\AI\stable-diffusion-webui\modules\scripts.py", line 417, in process script.process(p, *script_args) File "E:\AI\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 1223, in process detected_map, is_image = preprocessor(input_image, res=preprocessor_resolution, thr_a=unit.threshold_a, thr_b=unit.threshold_b) File "E:\AI\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\processor.py", line 211, in run_model return self.model_openpose( TypeError: OpenposeDetector.call() got an unexpected keyword argument 'json_pose_callback'

I've tried to find existing problem with this but failed to. Rest of the models seems to work fine.

Yaandyy avatar May 05 '23 14:05 Yaandyy