1
0
Fork 0

Correct dependencies for lamacleanerr

This commit is contained in:
Luca Beltrame 2023-06-18 09:47:16 +02:00
parent d928514f63
commit f557069e14
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -8,7 +8,8 @@ cd /tmp
python -m venv --without-pip /tmp/lama-venv
wget https://bootstrap.pypa.io/get-pip.py
/tmp/lama-venv/bin/python get-pip.py
/tmp/lama-venv/bin/pip install torch==1.13.1+cu117 \
torchvision==0.14.1 triton xformers==0.0.16rc425 \
--extra-index-url https://download.pytorch.org/whl/cu117
/tmp/lama-venv/bin/pip install torch==2.0.1+cu118 torchvision triton --extra-index-url https://download.pytorch.org/whl/cu118
/tmp/lama-venv/bin/pip install xformers==0.0.20 --no-deps
/tmp/lama-venv/bin/pip install pyre-extensions==0.0.29
/tmp/lama-venv/bin/pip install lama-cleaner
/tmp/lama-venv/bin/pip install rembg