Initial release

This commit is contained in:
civ
2026-08-16 18:33:03 +07:00
commit 7ade4e1152
1966 changed files with 412966 additions and 0 deletions
@@ -0,0 +1,21 @@
MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
@@ -0,0 +1,41 @@
---
license: mit
base_model: microsoft/TRELLIS-image-large
tags:
- gguf
- trellis
- image-to-3d
- ggml
pipeline_tag: image-to-3d
---
# TRELLIS-image-large — GGUF (f16)
GGUF (`f16`) conversion of the sparse-structure decoder from
[microsoft/TRELLIS-image-large](https://huggingface.co/microsoft/TRELLIS-image-large) for
the **[trellis2cpp](https://github.com/localai-org/trellis2cpp)** /
[ggml](https://github.com/ggml-org/ggml) runtime.
The TRELLIS.2 geometry pipeline reuses this TRELLIS-1 sparse-structure decoder to turn the
sparse-structure flow output into a 64³ voxel scaffold.
## Files
| File | Pipeline stage | Source safetensors |
|---|---|---|
| `ss_dec_f16.gguf` | Sparse-structure decoder → 64³ voxel scaffold | `ss_dec_conv3d_16l8_fp16` |
The rest of the TRELLIS.2 pipeline is published at
[TRELLIS.2-4B-GGUF](https://huggingface.co/LocalAI-io/TRELLIS.2-4B-GGUF) and
[dinov3-vitl16-pretrain-lvd1689m-GGUF](https://huggingface.co/LocalAI-io/dinov3-vitl16-pretrain-lvd1689m-GGUF).
## Conversion
Converted from the upstream `fp16` safetensors to GGUF `f16` (ggml ftype 1) with
`convert_ss_dec_to_gguf.py` in the trellis2cpp project. Format conversion only.
## License
MIT, inherited from
[microsoft/TRELLIS-image-large](https://huggingface.co/microsoft/TRELLIS-image-large).
See [`LICENSE`](LICENSE). Copyright (c) Microsoft Corporation.