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
will you update the encoders?
#3
by parker0523 - opened
Hi, this is a wonderful work, but I met failures when loading encoders, such as in ckpts/tex_enc_next_dc_f16c32_fp16.json, line 15:
...
"up_block_type": [
...
I think should it be "down_block_type” as the code in github writes. The misalignment also happens in the shape encoder.
I will fix that! Thank you for informing me.