stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: webui-user.bat doesn't launch

Open Intybyte opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

I launched the .bat with these command line arguments however after 15 min my whole pc would freeze

Steps to reproduce the problem

  1. Launch the .bat
  2. Wait a bit, it says the cuda version is too old
  3. Wait some more
  4. Computer Freeze

What should have happened?

Launch the app properly

Commit where the problem happens

0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--skip-torch-cuda-test --no-half

List of extensions

No

Console logs

None, the pc would stop working and i have to restart it manually.

Additional information

The pc i am running this is old, idk if that is the problem and if there is a way to fix it. CPU = AMD FX 6300 GPU = NVIDIA GeForce GT 730 RAM = 8GB

Intybyte avatar Mar 07 '23 10:03 Intybyte

Suspect you're hitting the same limitations you'd have found searching: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1611

Mindscry avatar Mar 07 '23 20:03 Mindscry

I know the issues of how old the GPU is, so i was trying to run it using the cpu, but this issue happens

Intybyte avatar Mar 09 '23 11:03 Intybyte

--skip-torch-cuda-test --precision full --no-half --use-cpu all

ClashSAN avatar Mar 10 '23 03:03 ClashSAN