webui problem #15156
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
C:\STABLE DYFUSION\stable-diffusion-webui\modules>git config --global --add safe.directory 'C:/STABLE DYFUSION/stable-diffusion-webui' Config file location Action Type Other C:\STABLE DYFUSION\stable-diffusion-webui\modules> |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I installed Stable Diffusion on a CPU with AMD and GPU NVIDIA 3060. I installed Git and Python 3.10 from GitHub, all on the C drive, not a VM, and it launched beautifully... I started generating images and then closed the terminal,
the terminal that shows rendering times..... and now it won't launch because:
venv "C:\STABLE DYFUSION\stable-diffusion-webui\venv\Scripts\Python.exe"
fatal: detected dubious ownership in repository at 'C:/STABLE DYFUSION/stable-diffusion-webui'
'C:/STABLE DYFUSION/stable-diffusion-webui' is owned by:
BUILTIN/Administratorzy (S-1-5-32-544)
but the current user is:
DESKTOP-HCR8TL1/BOOS (S-1-5-21-1220201446-4074749085-607411229-1001)
To add an exception for this directory, call:
fatal: detected dubious ownership in repository at 'C:/STABLE DYFUSION/stable-diffusion-webui'
'C:/STABLE DYFUSION/stable-diffusion-webui' is owned by:
BUILTIN/Administratorzy (S-1-5-32-544)
but the current user is:
DESKTOP-HCR8TL1/BOOS (S-1-5-21-1220201446-4074749085-607411229-1001)
To add an exception for this directory, call:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: 1.8.0-RC
Commit hash:
Launching Web UI with arguments: --xformers --autolaunch
Traceback (most recent call last):
File "C:\STABLE DYFUSION\stable-diffusion-webui\launch.py", line 48, in
main()
File "C:\STABLE DYFUSION\stable-diffusion-webui\launch.py", line 44, in main
start()
File "C:\STABLE DYFUSION\stable-diffusion-webui\modules\launch_utils.py", line 465, in start
import webui
ModuleNotFoundError: No module named 'webui'
Press any key to continue . . .
pleas help im fresh is my firts time with python and AI
Beta Was this translation helpful? Give feedback.
All reactions