You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome, i installed the sd webui but when i launch the webui-user.bat it gives me an error, here's the log
venv "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\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: 685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 Installing torch and torchvision Traceback (most recent call last): File "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 294, in <module> prepare_environment() File "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 209, 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\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 73, in run_python return run(f'"{python}" -c "{code}"', desc, errdesc) File "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 49, in run raise RuntimeError(message) RuntimeError: Error running command. Command: "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\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: C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\venv\lib\site-packages\torch\cuda\__init__.py:83: UserWarning: CUDA initialization: CUDA driver initialization failed, you might not have a CUDA gpu. (Triggered internally at ..\c10\cuda\CUDAFunctions.cpp:109.) return torch._C._cuda_getDeviceCount() > 0 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
Using Windows 10;
I tried reinstaling the xformers as well, nothing happend, models are in the folder, python is 3.10.6 dunno what else can i check.
Thanks upfront for your help
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome, i installed the sd webui but when i launch the webui-user.bat it gives me an error, here's the log
venv "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\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: 685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 Installing torch and torchvision Traceback (most recent call last): File "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 294, in <module> prepare_environment() File "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 209, 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\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 73, in run_python return run(f'"{python}" -c "{code}"', desc, errdesc) File "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\launch.py", line 49, in run raise RuntimeError(message) RuntimeError: Error running command. Command: "C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\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: C:\Users\Psychopatka\Desktop\Online Biz\HumAIne\Diffusion\stable-diffusion-webui\venv\lib\site-packages\torch\cuda\__init__.py:83: UserWarning: CUDA initialization: CUDA driver initialization failed, you might not have a CUDA gpu. (Triggered internally at ..\c10\cuda\CUDAFunctions.cpp:109.) return torch._C._cuda_getDeviceCount() > 0 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
Using Windows 10;
I tried reinstaling the xformers as well, nothing happend, models are in the folder, python is 3.10.6 dunno what else can i check.
Thanks upfront for your help
Beta Was this translation helpful? Give feedback.
All reactions