Skip to content
Potato edited this page Aug 31, 2024 · 3 revisions
git clone https://github.com/pergyz/facexlib.git
cd facexlib/
python3.12 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install wheel
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt
rm -rf .eggs && pip install -e .
python setup.py sdist bdist_wheel
ls -l ~/facexlib/dist/facexlib-0.3.0-py3-none-any.whl
Clone this wiki locally