2022-10-25 08:41:01 +02:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
set PATH=C:\Windows\System32;%PATH%
|
|
|
|
|
|
|
|
@call installer\Scripts\activate.bat
|
|
|
|
|
|
|
|
@call conda-unpack
|
|
|
|
|
2022-10-27 16:38:00 +02:00
|
|
|
@call conda install -y cudatoolkit=11.3
|
2022-11-06 01:56:22 +01:00
|
|
|
@call pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
|
2022-10-25 08:41:01 +02:00
|
|
|
@call pip3 install -U lama-cleaner
|
|
|
|
|
2022-11-06 01:56:22 +01:00
|
|
|
|
2022-10-25 08:41:01 +02:00
|
|
|
@call invoke config
|