AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: unstable diffusion unable to launch web Interface #16189

Open Jaba228322 opened 1 month ago

Jaba228322 commented 1 month ago

Checklist

What happened?

Performed a clean installation of stable diffusion from scratch, Web UI does not open. Already up to date. venv "D:\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)] Version: v1.9.4 Commit hash: feee37d75f1b168768014e4634dcb156ee649c05 Traceback (most recent call last): File "D:\ai\stable-diffusion-webui\launch.py", line 48, in main() File "D:\ai\stable-diffusion-webui\launch.py", line 39, in main prepare_environment() File "D:\ai\stable-diffusion-webui\modules\launch_utils.py", line 386, in prepare_environment raise RuntimeError( RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check To continue, press any key. . .

Steps to reproduce the problem

I launch the interface via webui-user --autolaunch.

What should have happened?

Web ui should work

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

-

Console logs

Already up to date.
venv "D:\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)]
Version: v1.9.4
Commit hash: feee37d75f1b168768014e4634dcb156ee649c05
Traceback (most recent call last):
  File "D:\ai\stable-diffusion-webui\launch.py", line 48, in <module>
    main()
  File "D:\ai\stable-diffusion-webui\launch.py", line 39, in main
    prepare_environment()
  File "D:\ai\stable-diffusion-webui\modules\launch_utils.py", line 386, in prepare_environment
    raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
To continue, press any key. . .

Additional information

For the first time I tried to install stable diffusion for myself, I made the installation from scratch, and ran into the same problem.

bobba84 commented 1 month ago

You forgot to include your sysinfo - specifically, do you have a GPU? If not, you need to follow the instructions for running on CPU.