Getting this error when trying to boot, what is wrong?:

#22
by Ferresmash - opened

Creating venv in directory venv using python "C:\Users\ohrnf\AppData\Local\Programs\Python\Python310\python.exe"
venv "C:\Users\ohrnf\OneDrive\Dokument\stable-diffusion-webui-master\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:
Installing torch and torchvision
Installing k-diffusion
Installing gfpgan
Cloning Stable Diffusion into repositories\stable-diffusion...
Cloning Taming Transformers into repositories\taming-transformers...
Cloning CodeFormer into repositories\CodeFormer...
Cloning BLIP into repositories\BLIP...
Cloning LDSR into repositories\latent-diffusion...
Installing requirements for CodeFormer
Installing requirements for Web UI
Launching Web UI with arguments:
Traceback (most recent call last):
File "C:\Users\ohrnf\OneDrive\Dokument\stable-diffusion-webui-master\launch.py", line 142, in
start_webui()
File "C:\Users\ohrnf\OneDrive\Dokument\stable-diffusion-webui-master\launch.py", line 138, in start_webui
import webui
File "C:\Users\ohrnf\OneDrive\Dokument\stable-diffusion-webui-master\webui.py", line 8, in
from modules.shared import opts, cmd_opts, state
File "C:\Users\ohrnf\OneDrive\Dokument\stable-diffusion-webui-master\modules\shared.py", line 107, in
class Options:
File "C:\Users\ohrnf\OneDrive\Dokument\stable-diffusion-webui-master\modules\shared.py", line 119, in Options
data_labels.update(optionsSection((0,"General"),{
NameError: name 'data_labels' is not defined
Press any key to continue . . .

Sign up or log in to comment