質問編集履歴
1
質問内容の補足
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,4 +72,35 @@
|
|
72
72
|
|
73
73
|
Windowsは10です。
|
74
74
|
pcのスペックも古いものではありますがゲーミングpcで足りていると思います。
|
75
|
+
また二度目からは下記のコードになります。
|
75
76
|
|
77
|
+
|
78
|
+
venv "C:\Users\Padparadscha\sssss\stable-diffusion-webui\venv\Scripts\Python.exe"
|
79
|
+
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
|
80
|
+
Commit hash: 5ab7f213bec2f816f9c5644becb32eb72c8ffb89
|
81
|
+
Traceback (most recent call last):
|
82
|
+
File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 352, in <module>
|
83
|
+
prepare_environment()
|
84
|
+
File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 257, in prepare_environment
|
85
|
+
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'")
|
86
|
+
File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 120, in run_python
|
87
|
+
return run(f'"{python}" -c "{code}"', desc, errdesc)
|
88
|
+
File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 96, in run
|
89
|
+
raise RuntimeError(message)
|
90
|
+
RuntimeError: Error running command.
|
91
|
+
Command: "C:\Users\Padparadscha\sssss\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'"
|
92
|
+
Error code: 1
|
93
|
+
stdout: <empty>
|
94
|
+
stderr: C:\Users\Padparadscha\sssss\stable-diffusion-webui\venv\lib\site-packages\torch\cuda\__init__.py:107: UserWarning: CUDA initialization: The NVIDIA driver on your system is too old (found version 9010). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. (Triggered internally at ..\c10\cuda\CUDAFunctions.cpp:109.)
|
95
|
+
return torch._C._cuda_getDeviceCount() > 0
|
96
|
+
Traceback (most recent call last):
|
97
|
+
File "<string>", line 1, in <module>
|
98
|
+
AssertionError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
|
99
|
+
|
100
|
+
|
101
|
+
続行するには何かキーを押してください . . .
|
102
|
+
|
103
|
+
|
104
|
+
よろしくお願いいたします。
|
105
|
+
|
106
|
+
|