update scripts

This commit is contained in:
Qing
2024-08-21 22:44:01 +08:00
parent 43bfbe3647
commit 63131713cf
4 changed files with 22 additions and 9 deletions

View File

@@ -4,13 +4,6 @@ set PATH=C:\Windows\System32;%PATH%
@call installer\Scripts\activate.bat
@call conda-unpack
@call conda install -y -c conda-forge cudatoolkit=11.8
@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 iopaint install-plugins-packages
@call iopaint start-web-config --config-file %0\..\installer_config.json
PAUSE

View File

@@ -0,0 +1,13 @@
@echo off
set PATH=C:\Windows\System32;%PATH%
@call installer\Scripts\activate.bat
@call conda-unpack
@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 iopaint install-plugins-packages
PAUSE

View File

@@ -11,6 +11,4 @@ set PATH=C:\Windows\System32;%PATH%
@call pip3 install -U iopaint
@call iopaint install-plugins-packages
@call iopaint start-web-config --config-file %0\..\installer_config.json
PAUSE

View File

@@ -0,0 +1,9 @@
@echo off
set PATH=C:\Windows\System32;%PATH%
@call installer\Scripts\activate.bat
@call pip3 install -U iopaint
PAUSE