pull/6/head
Akiba 2023-02-06 21:03:30 +08:00
parent 2a27b555c2
commit c46691e50b
No known key found for this signature in database
GPG Key ID: 9D600258808ACBCD
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Check "
Write-Output "安装程序所需依赖 (已进行国内加速,若无法使用加速源请用 install.ps1)..."
Set-Location .\sd-scripts
pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 -f https://mirror.sjtu.edu.cn/pytorch-wheels/torch_stable.html
pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 -f https://mirror.sjtu.edu.cn/pytorch-wheels/torch_stable.html -i https://mirrors.bfsu.edu.cn/pypi/web/simple
Check "torch 安装失败,请删除 venv 文件夹后重新运行。"
pip install --upgrade -r requirements.txt -i https://mirrors.bfsu.edu.cn/pypi/web/simple
Check "其他依赖安装失败。"