Openpose Dónt work, preview Error #2674
-
Beta Was this translation helpful? Give feedback.
Answered by
nesta75015
Mar 3, 2024
Replies: 2 comments 1 reply
-
Same Problem on Windows 10 "ModuleNotFoundError: No module named 'basicsr'" |
Beta Was this translation helpful? Give feedback.
1 reply
-
Unfortunately, that doesn't help me. still: "ModuleNotFoundError: No module named 'basicsr'" |
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
I found a solution that works for me. The credits go to the user [Gordarus] who post in this thread : AUTOMATIC1111/stable-diffusion-webui#1598
The solution was :
go to *\stable-diffusion-webui\venv;
open pyvenv.cfg;
set 'include-system-site-packages = true'
run the shell script again