実現したいこと
stable-diffusion-webuiからダウンロードをしたいです。
発生している問題・エラーメッセージ
Using cached https://download.pytorch.org/whl/sympy-1.11.1-py3-none-any.whl (6.5 MB) Collecting networkx Using cached networkx-3.1-py3-none-any.whl (2.1 MB) Collecting pillow!=8.3.*,>=5.3.0 Using cached Pillow-9.5.0-cp310-cp310-win_amd64.whl (2.5 MB) Collecting requests Using cached requests-2.30.0-py3-none-any.whl (62 kB) Collecting numpy Using cached numpy-1.24.3-cp310-cp310-win_amd64.whl (14.8 MB) Collecting MarkupSafe>=2.0 Using cached https://download.pytorch.org/whl/MarkupSafe-2.1.2-cp310-cp310-win_amd64.whl (16 kB) Collecting urllib3<3,>=1.21.1 Using cached urllib3-2.0.2-py3-none-any.whl (123 kB) Collecting certifi>=2017.4.17 Using cached certifi-2023.5.7-py3-none-any.whl (156 kB) Collecting charset-normalizer<4,>=2 Using cached charset_normalizer-3.1.0-cp310-cp310-win_amd64.whl (97 kB) Collecting idna<4,>=2.5 Using cached https://download.pytorch.org/whl/idna-3.4-py3-none-any.whl (61 kB) Collecting mpmath>=0.19 Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) Installing collected packages: mpmath, urllib3, typing-extensions, sympy, pillow, numpy, networkx, MarkupSafe, idna, filelock, charset-normalizer, certifi, requests, jinja2, torch, torchvision Successfully installed MarkupSafe-2.1.2 certifi-2023.5.7 charset-normalizer-3.1.0 filelock-3.12.0 idna-3.4 jinja2-3.1.2 mpmath-1.3.0 networkx-3.1 numpy-1.24.3 pillow-9.5.0 requests-2.30.0 sympy-1.11.1 torch-2.0.0+cu118 torchvision-0.15.1+cu118 typing-extensions-4.5.0 urllib3-2.0.2 [notice] A new release of pip available: 22.2.1 -> 23.1.2 [notice] To update, run: C:\Users\Padparadscha\sssss\stable-diffusion-webui\venv\Scripts\python.exe -m pip install --upgrade pip Traceback (most recent call last): File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 352, in <module> prepare_environment() File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 257, 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\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 120, in run_python return run(f'"{python}" -c "{code}"', desc, errdesc) File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 96, in run raise RuntimeError(message) RuntimeError: Error running command. 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'" Error code: 1 stdout: <empty> 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.) 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 続行するには何かキーを押してください . . .
試したこと
NVIDIA ドライバーGeForcee GTX 480 バージョン391.35のダウンロード
python3.10.6の再ダウンロード
Gitの再ダウンロード
再ダウンロード前のpython、Gitの削除
プロキシをオフにした。
補足情報(FW/ツールのバージョンなど)
Windowsは10です。
pcのスペックも古いものではありますがゲーミングpcで足りていると思います。
また二度目からは下記のコードになります。
venv "C:\Users\Padparadscha\sssss\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: 5ab7f213bec2f816f9c5644becb32eb72c8ffb89
Traceback (most recent call last):
File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 352, in <module>
prepare_environment()
File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 257, 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\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 120, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "C:\Users\Padparadscha\sssss\stable-diffusion-webui\launch.py", line 96, in run
raise RuntimeError(message)
RuntimeError: Error running command.
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'"
Error code: 1
stdout: <empty>
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.)
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
続行するには何かキーを押してください . . .
よろしくお願いいたします。