Open gitihobo opened 1 year ago
I managed it like this:
python3 -m venv .venv; source .venv/bin/activate
. I also use direnv to automatically activate venv, but this is offtopic.pip install -e .
pip install jupyter
python -m jupyter notebook
and open shap_e/examples/sample_text_to_3d.ipynb
, I think files tab. 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]
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
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