git clone https://github.com/Stability-AI/stable-fast-3d
cd stable-fast-3d
conda create -n stable-fast-3d python=3.9
conda activate stable-fast-3d
conda install cuda -c nvidia/label/cuda-12.1.1
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
# pip install -U setuptools==69.5.1
pip install -r requirements.txt
Gated model, fill in the form (name / email / company .. ) https://huggingface.co/spaces/stabilityai/stable-fast-3d
HuggingFace >> Setting >> Access Tokens >> Create new token https://huggingface.co/settings/tokens
pip install huggingface_hub
python -c "from huggingface_hub.hf_api import HfFolder; HfFolder.save_token('XXXXXXX')"
Replace your self token
python run.py demo_files/examples/chair1.png --output-dir output/
conda remove -n stable-fast-3d --all -y