shap-e icon indicating copy to clipboard operation
shap-e copied to clipboard

Easy Tutorial?

Open gitihobo opened this issue 2 years ago • 3 comments

I saw the colab but don't know what to do after installing requirements. I want to use this offline with my local gpu in anaconda venv

gitihobo avatar Jun 16 '23 23:06 gitihobo

I managed it like this:

  • create & activate venv: python3 -m venv .venv; source .venv/bin/activate. I also use direnv to automatically activate venv, but this is offtopic.
  • install core package: pip install -e .
  • install jupyter inside venv: pip install jupyter
  • start jupyter python -m jupyter notebook and open shap_e/examples/sample_text_to_3d.ipynb, I think files tab.
  • run all (menu->cell->run all)

image

iturdikulov avatar Jun 18 '23 17:06 iturdikulov

I ran all cells with reset the kernal and restart all cells, Saving file at /shap_e/examples/sample_text_to_3d.ipynb happens, but in the notebook cell 4 seems to stay stuck at 0% 0/64 [00:00<?, ?it/s]

gitihobo avatar Jun 18 '23 18:06 gitihobo

there is a blender addon easy to use with a GUI and more options to make lots of models at once https://devbud.gumroad.com/l/Shap-e

eliecer696 avatar Sep 09 '23 02:09 eliecer696