Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 6 tasks
Jaba228322 opened this issue Jul 10, 2024 · 1 comment
Open
1 of 6 tasks

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

Jaba228322 opened this issue Jul 10, 2024 · 1 comment
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@Jaba228322
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

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: feee37d
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.

@Jaba228322 Jaba228322 added the bug-report Report of a bug, yet to be confirmed label Jul 10, 2024
@bobba84
Copy link

bobba84 commented Jul 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants