2022-10-25 08:41:01 +02:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
set PATH=C:\Windows\System32;%PATH%
|
|
|
|
|
|
|
|
@call installer\Scripts\activate.bat
|
|
|
|
|
|
|
|
@call conda-unpack
|
|
|
|
|
2023-03-29 16:05:34 +02:00
|
|
|
@call conda install -y -c conda-forge cudatoolkit=11.7
|
2023-03-31 15:02:57 +02:00
|
|
|
@call pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
|
2023-04-03 15:51:29 +02:00
|
|
|
@call pip install xformers==0.0.16
|
2022-10-25 08:41:01 +02:00
|
|
|
@call pip3 install -U lama-cleaner
|
2023-03-29 16:05:34 +02:00
|
|
|
@call lama-cleaner --install-plugins-package
|
2022-10-25 08:41:01 +02:00
|
|
|
|
2022-11-06 01:56:22 +01:00
|
|
|
|
2023-01-20 09:52:38 +01:00
|
|
|
@call lama-cleaner --config-installer --installer-config %0\..\installer_config.json
|
2023-01-17 13:48:38 +01:00
|
|
|
|
|
|
|
PAUSE
|