The instructions below are tested on an RTX 4090 on WSL2 Ubuntu 22.04. Instructions will differ and may not work, depending on your setup.
git
, python 3.10
, and cuda
if not already installed.git clone https://huggingface.co/spaces/dylanebert/LGM-tiny
cd LGM-tiny
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py