AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
143.16k stars 26.98k forks source link

[Bug]: UI crashes after launching and loading weights #10047

Open jp21144 opened 1 year ago

jp21144 commented 1 year ago

Is there an existing issue for this?

What happened?

After the UI says that it's loading weights, nothing happens and it just crashes

Steps to reproduce the problem

  1. Go to SD Folder
  2. Press webui-user.bat
  3. wait for a few seconds

What should have happened?

The ui should launch normally

Commit where the problem happens

5ab7f213bec2f816f9c5644becb32eb72c8ffb89

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--lowvram --precision full --no-half --always-batch-cond-uncond --opt-channelslast --opt-sub-quad-attention --opt-split-attention

List of extensions

No

Console logs

venv "C:\Users\user\SD\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: 5ab7f213bec2f816f9c5644becb32eb72c8ffb89
Installing requirements
Launching Web UI with arguments: --lowvram --precision full --no-half --always-batch-cond-uncond --opt-channelslast --opt-sub-quad-attention --opt-split-attention
No module 'xformers'. Proceeding without it.
Loading weights [8a952cafe9] from C:\Users\user\SD\stable-diffusion-webui\models\Stable-diffusion\anyloraCheckpoint_bakedvaeFtmseFp16NOT.safetensors
Press any key to continue . . .

Additional information

No response

Karreg commented 11 months ago

I have the same issue. Any information on what's happening and why?

joemoney commented 8 months ago

I am also experiencing similar issue, the difference is that the webUI launched but it crashed when loading weights.

image

joemoney commented 8 months ago

@jp21144 I was able to resolve my issue by deleting Venv folder so that it will reinstall all dependencies, my webui was more than a year old when I updated today to 1.8.0 so it seems it really requires reinstallation of venv