update scripts
This commit is contained in:
@@ -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
|
||||
13
scripts/user_scripts/win_setup.bat
Normal file
13
scripts/user_scripts/win_setup.bat
Normal 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
|
||||
@@ -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
|
||||
9
scripts/user_scripts/win_update.bat
Normal file
9
scripts/user_scripts/win_update.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
set PATH=C:\Windows\System32;%PATH%
|
||||
|
||||
@call installer\Scripts\activate.bat
|
||||
|
||||
@call pip3 install -U iopaint
|
||||
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user