Update win_config_cn.bat

This commit is contained in:
Qing 2024-05-18 15:48:30 +08:00 committed by GitHub
parent dc4b9690c3
commit 13f8e22999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ set PATH=C:\Windows\System32;%PATH%
@call conda-unpack @call conda-unpack
@call pip config set global.index-url https://mirrors.cloud.tencent.com/pypi/simple @call pip config set global.extra-index-url "https://pypi.tuna.tsinghua.edu.cn/simple https://mirrors.cloud.tencent.com/pypi/simple"
@call pip install torch==2.1.2 torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu118 @call pip install torch==2.1.2 torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu118
@call pip3 install -U iopaint @call pip3 install -U iopaint
@call iopaint install-plugins-packages @call iopaint install-plugins-packages