Correct dependencies for lamacleanerr
This commit is contained in:
parent
d928514f63
commit
f557069e14
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,8 @@ cd /tmp
|
||||||
python -m venv --without-pip /tmp/lama-venv
|
python -m venv --without-pip /tmp/lama-venv
|
||||||
wget https://bootstrap.pypa.io/get-pip.py
|
wget https://bootstrap.pypa.io/get-pip.py
|
||||||
/tmp/lama-venv/bin/python get-pip.py
|
/tmp/lama-venv/bin/python get-pip.py
|
||||||
/tmp/lama-venv/bin/pip install torch==1.13.1+cu117 \
|
/tmp/lama-venv/bin/pip install torch==2.0.1+cu118 torchvision triton --extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
torchvision==0.14.1 triton xformers==0.0.16rc425 \
|
/tmp/lama-venv/bin/pip install xformers==0.0.20 --no-deps
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu117
|
/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 lama-cleaner
|
||||||
|
/tmp/lama-venv/bin/pip install rembg
|
||||||
|
|
Loading…
Add table
Reference in a new issue