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
wrong link to BirefNet model in the config - needs fixing
#9
by tesha1991 - opened
https://huggingface.co/microsoft/TRELLIS.2-4B/blob/main/pipeline.json
"rembg_model": {
"name": "BiRefNet",
"args": {
"model_name": "briaai/RMBG-2.0"
}
},
should be:
"rembg_model": {
"name": "BiRefNet",
"args": {
"model_name": "ZhengPeng7/BiRefNet"
}
},
Unless it is intentional, which I doubt