Web UI is not working, tried following the install instructions. Not sure what to do next. #11684
-
Codevenv "E:\Ai Projects\Stable Diffusion\A11.11\stable-diffusion-webui\venv\Scripts\Python.exe"
fatal: detected dubious ownership in repository at 'E:/Ai Projects/Stable Diffusion/A11.11/stable-diffusion-webui'
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Press any key to continue . . . |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I've uninstalled & reinstalled Python 10 & GIt, still running into the same problem. |
Beta Was this translation helpful? Give feedback.
-
Found the solution after talking to a friend and ChatGPT we discovered the problem was using an external hard drive. So we went in and gave permission to the drive to be safe to use and then went in and made that drive and all sub folders for that drive safe to use. Here's the cmd line used: |
Beta Was this translation helpful? Give feedback.
Found the solution after talking to a friend and ChatGPT we discovered the problem was using an external hard drive. So we went in and gave permission to the drive to be safe to use and then went in and made that drive and all sub folders for that drive safe to use.
Here's the cmd line used:
git config --global --add safe.directory "E:/Ai Projects/Stable Diffusion/A11.11/stable-diffusion-webui/**"