fix cn
parent
2a27b555c2
commit
c46691e50b
|
|
@ -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 "其他依赖安装失败。"
|
||||
|
|
|
|||
Loading…
Reference in New Issue