SHAP-EDITOR: Instruction-guided Latent 3D Editing in Seconds

Minghao Chen, Junyu Xie, Iro Laina, Andrea Vedaldi

Paper | Webpage | Demo

Code is coming soon.

News:

  • Dec 15, 2023: Demo is available here on Hugging Face.

Environment Setup

To set up the enviroment you can easily run the following command:

conda create -n Shap-Editor python=3.8
conda activate Shap-Editor
pip install -r requirements.txt

Demo

We provide demo in following ways:

  1. You can try our Gradio demo on Hugging Face. (Thank Hugging Face for providing free GPU support!)
  2. You can also run the demo locally using [python app.py].