Instructions to use microsoft/TRELLIS.2-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TRELLIS.2
How to use microsoft/TRELLIS.2-4B with TRELLIS.2:
# 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
Update pipeline.json
Browse files- pipeline.json +5 -2
pipeline.json
CHANGED
|
@@ -86,7 +86,10 @@
|
|
| 86 |
},
|
| 87 |
"rembg_model": {
|
| 88 |
"name": "BiRefNet",
|
| 89 |
-
"args": {
|
| 90 |
-
|
|
|
|
|
|
|
|
|
|
| 91 |
}
|
| 92 |
}
|
|
|
|
| 86 |
},
|
| 87 |
"rembg_model": {
|
| 88 |
"name": "BiRefNet",
|
| 89 |
+
"args": {
|
| 90 |
+
"model_name": "briaai/RMBG-2.0"
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"default_pipeline_type": "1024_cascade"
|
| 94 |
}
|
| 95 |
}
|