opencv-python version installed every time the webui is started #2107
Replies: 7 comments 6 replies
-
same issue here need help Python 3.10.6 (main, Dec 22 2022, 15:39:53) [MSC v.1934 64 bit (AMD64)] Installing sd-webui-controlnet requirement: changing opencv-python version from 4.7.0.72 to 4.8.0 Checking roop requirements loading WD14-tagger reqs from E:\stable-diffusion-webui\extensions\stable-diffusion-webui-wd14-tagger\requirements.txt |
Beta Was this translation helpful? Give feedback.
-
If dw_pose works in |
Beta Was this translation helpful? Give feedback.
-
I changed the requirements.txt of roop as following.
|
Beta Was this translation helpful? Give feedback.
-
Did anyone find a solution to this? |
Beta Was this translation helpful? Give feedback.
-
I found out this command line argument In case you don't know here is how to use:
|
Beta Was this translation helpful? Give feedback.
-
i have the same problem here too, but i want to use controlnet. what i noticed is Automatic1111 works at all, but controlnet has no impact on the picture. So how do i update this to 4.8.0 manually? |
Beta Was this translation helpful? Give feedback.
-
You need to find requirements.txt in which 4.8.0 is written and replace it with 4.7.0.72. I encountered the same problem on new versions |
Beta Was this translation helpful? Give feedback.
-
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.6.0
Commit hash: 5ef669de080814067961f28357256e8fe27544f4
Installing sd-webui-controlnet requirement: changing opencv-python version from 4.7.0.72 to 4.8.0
Checking roop requirements
Install insightface==0.7.3
Installing sd-webui-roop requirement: insightface==0.7.3
Install onnx==1.14.0
Installing sd-webui-roop requirement: onnx==1.14.0
Install onnxruntime==1.15.0
Installing sd-webui-roop requirement: onnxruntime==1.15.0
Install opencv-python==4.7.0.72
Installing sd-webui-roop requirement: opencv-python==4.7.0.72
Launching Web UI with arguments: --xformers --medvram-sdxl --no-half-vae --no-gradio-queue --theme dark --autolaunch
[-] ADetailer initialized. version: 23.9.2, num models: 9
2023-09-12 21:11:41,712 - ControlNet - INFO - ControlNet v1.1.410
ControlNet preprocessor location: C:\Users\Winnertmp\a1111\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2023-09-12 21:11:41,896 - ControlNet - INFO - ControlNet v1.1.410
2023-09-12 21:11:42,607 - roop - INFO - roop v0.0.2
2023-09-12 21:11:42,730 - roop - INFO - roop v0.0.2
Loading weights [700528894b] from C:\Users\Winnertmp\a1111\stable-diffusion-webui\models\Stable-diffusion\juggernautXL_version2.safetensors
Creating model from config: C:\Users\Winnertmp\a1111\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
Running on local URL: http://127.0.0.1:7860
Controlnet requires opencv-python version 4.8.0
sd-webui-roop requires opencv-python version 4.7.0.72
So during start both versions are loaded one by one and the start up time too much.
What should I do Please guide.
Beta Was this translation helpful? Give feedback.
All reactions