Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy Tutorial? #104

Open
gitihobo opened this issue Jun 16, 2023 · 3 comments
Open

Easy Tutorial? #104

gitihobo opened this issue Jun 16, 2023 · 3 comments

Comments

@gitihobo
Copy link

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

@iturdikulov
Copy link

iturdikulov commented Jun 18, 2023

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

@gitihobo
Copy link
Author

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]

@eliecer696
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants