2022-10-25 08:41:01 +02:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
set PATH=C:\Windows\System32;%PATH%
|
|
|
|
|
|
|
|
@call installer\Scripts\activate.bat
|
|
|
|
|
|
|
|
@call conda-unpack
|
|
|
|
|
2024-02-04 15:03:42 +01:00
|
|
|
@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
|
2024-02-06 15:01:09 +01:00
|
|
|
@call iopaint install-plugins-packages
|
2022-10-25 08:41:01 +02:00
|
|
|
|
2024-02-04 15:03:42 +01:00
|
|
|
@call iopaint start-web-config --config-file %0\..\installer_config.json
|
2023-01-17 13:48:38 +01:00
|
|
|
|
|
|
|
PAUSE
|