Instructions to use TencentARC/GeometryCrafter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GeometryCrafter
How to use TencentARC/GeometryCrafter with GeometryCrafter:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Name": [
|
| 3 |
+
"GeometryCrafter"
|
| 4 |
+
],
|
| 5 |
+
}
|