now my webUI wont open
Traceback (most recent call last):
File "C:\Users\Brandon\stable-diffusion-webui\launch.py", line 355, in <module>
prepare_environment()
File "C:\Users\Brandon\stable-diffusion-webui\launch.py", line 260, in prepare_environment
run_python("import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'")
File "C:\Users\Brandon\stable-diffusion-webui\launch.py", line 121, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "C:\Users\Brandon\stable-diffusion-webui\launch.py", line 97, in run
raise RuntimeError(message)
RuntimeError: Error running command.
Command: "C:\Users\Brandon\stable-diffusion-webui\venv\Scripts\python.exe" -c "import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'"
Error code: 1
stdout: <empty>
stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>
AssertionError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Press any key to continue . . .