update bat
This commit is contained in:
parent
cd979da1b3
commit
75b233023c
@ -6,13 +6,11 @@ set PATH=C:\Windows\System32;%PATH%
|
||||
|
||||
@call conda-unpack
|
||||
|
||||
@call conda install -y -c conda-forge cudatoolkit=11.7
|
||||
@call pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
|
||||
@call pip install xformers==0.0.16
|
||||
@call pip3 install -U lama-cleaner
|
||||
@call lama-cleaner --install-plugins-package
|
||||
@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-package
|
||||
|
||||
|
||||
@call lama-cleaner --config-installer --installer-config %0\..\installer_config.json
|
||||
@call iopaint start-web-config --config-file %0\..\installer_config.json
|
||||
|
||||
PAUSE
|
@ -4,6 +4,6 @@ set PATH=C:\Windows\System32;%PATH%
|
||||
|
||||
@call installer\Scripts\activate.bat
|
||||
|
||||
@call lama-cleaner --load-installer-config --installer-config %0\..\installer_config.json
|
||||
@call iopaint start --config %0\..\installer_config.json
|
||||
|
||||
PAUSE
|
Loading…
Reference in New Issue
Block a user