How use Img2STL PowerUp? #183
kengun2077
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.Log in to Hugging Face and request access (https://huggingface.co/stabilityai/stable-fast-3d).
2.Create an access token with read permissions (https://huggingface.co/settings/tokens).
3.Run huggingface-cli login in the environment and enter the token.
Login to Huggingface from Code
https://youtu.be/mn_hdJ5w92A?feature=shared
!pip install huggingface_hub
from huggingface_hub import notebook_login
notebook_login()
or
!huggingface-cli login --token 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
Beta Was this translation helpful? Give feedback.
All reactions