問題
Stable diffusion web UIを使用するためのインストール作業中に,「webui-user.bat」を起動すると,通常はインストールが開始されるが,エラーが起こり,その画面から先に進まないです.
該当のソースコード
venv "C:\Users\xxxx\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] Commit hash: f49c08ea566385db339c6628f65c3a121033f67c Installing torch and torchvision Traceback (most recent call last): File "C:\Users\xxxx\stable-diffusion-webui\launch.py", line 205, in <module> prepare_enviroment() File "C:\Users\xxxx\stable-diffusion-webui\launch.py", line 148, in prepare_enviroment run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch") File "C:\Users\xxxx\stable-diffusion-webui\launch.py", line 33, in run raise RuntimeError(message) RuntimeError: Couldn't install torch. Command: "C:\Users\xxxx\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113 Error code: 1 stdout: <empty> stderr: C:\Users\xxxx\stable-diffusion-webui\venv\Scripts\python.exe: No module named pip
試したこと
pipの再インストール
Git 再インストール
pythonの再インストール
CUDAの再インストール
PATHの確認
補足情報(FW/ツールのバージョンなど)
windows10
python 3.10.8
Git 2.38.1.windows.1
pip 22.3
-PC-
CPU AMD Ryzen 5 5600X 6-Core Processor
GPU NVIDIA GeForce RTX 3070
メモリ 32GB

あなたの回答
tips
プレビュー