Instructions to use mancub/TRELLIS.2-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TRELLIS.2
How to use mancub/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
| { | |
| "name": "SparseUnetVaeEncoder", | |
| "args": { | |
| "in_channels": 6, | |
| "model_channels": [64, 128, 256, 512, 1024], | |
| "latent_channels": 32, | |
| "num_blocks": [0, 4, 8, 16, 4], | |
| "block_type": [ | |
| "SparseConvNeXtBlock3d", | |
| "SparseConvNeXtBlock3d", | |
| "SparseConvNeXtBlock3d", | |
| "SparseConvNeXtBlock3d", | |
| "SparseConvNeXtBlock3d" | |
| ], | |
| "up_block_type": [ | |
| "SparseResBlockS2C3d", | |
| "SparseResBlockS2C3d", | |
| "SparseResBlockS2C3d", | |
| "SparseResBlockS2C3d" | |
| ], | |
| "block_args": [{}, {}, {}, {}, {}], | |
| "use_fp16": true | |
| } | |
| } |