You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just encountered the following message when launching webui-user (windows batch file) to run my local server.
Any recommendations on how to correct this?
venv "C:\ai\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: 7a14c8a
Installing requirements for Web UI
Launching Web UI with arguments:
Traceback (most recent call last):
File "C:\ai\stable-diffusion-webui[launch.py](https://launch.py/)", line 325, in
start()
File "C:\ai\stable-diffusion-webui[launch.py](https://launch.py/)", line 316, in start
import webui
File "C:\ai\stable-diffusion-webui[webui.py](https://webui.py/)", line 15, in
from modules import import_hook, errors, extra_networks
ModuleNotFoundError: No module named 'modules'
Beta Was this translation helpful? Give feedback.
All reactions