Views
No views yet
mlx-spatial1pip install \
2 "mlx-spatial @ git+https://github.com/appautomaton/mlx-spatial.git@afa6b6512567dc9964294a1cec8601e1b505802e"
3
4hf download appautomaton/lito-research-mlx-8bit \
5 --local-dir weights/lito-research-mlx-8bit
6
7mlx-spatial-lito validate weights/lito-research-mlx-8bit
8
9mlx-spatial-lito generate inputs/lito/object-rgba.png \
10 --weights-root weights/lito-research-mlx-8bit \
11 --output outputs/lito/object-8bit.ply \
12 --format ply \
13 --num-steps 20 \
14 --cfg-scale 3.0 \
15 --print-metrics| File | Logical tensors | Quantized matrices | Bytes |
|---|---|---|---|
image_to_3d/lito_dit_rgba.safetensors | 1,016 | 224 | 2,004,347,727 |
tokenizer/lito_new.safetensors | 467 | 124 | 168,537,103 |
dependencies/trellis/ckpts/ss_dec_conv3d_16l8_fp16.safetensors | 74 | 0 | 147,591,972 |
| Runtime weights | 1,557 | 348 | 2,320,476,802 |
dependencies/trellis/.uint32 with FP32 scales and biases and execute directly through
mx.quantized_matmul. Internal attention and MLP matrices in the EMA DiT,
Gaussian decoder, and voxel decoder are quantized. The image conditioner,
convolutions, embeddings, normalizations, boundary projections, and output
heads remain FP32.microsoft/TRELLIS-image-large revision
25e0d31ffbebe4b5a97464dd851910efc3002d96:1dependencies/trellis/LICENSE
2dependencies/trellis/SOURCE.json
3dependencies/trellis/ckpts/ss_dec_conv3d_16l8_fp16.json
4dependencies/trellis/ckpts/ss_dec_conv3d_16l8_fp16.safetensors1c76d4a40519aa2d711cc263a8404105231ac26db31d946bed48b84fee79009a.
The runtime does not search a separate TRELLIS checkout.mlx-spatial-lito validate.0.51%–0.61% relative RMSE and cosine
similarity above 0.99998 against FP32.LICENSE_MODEL. The embedded TRELLIS
decoder is covered by the MIT License under dependencies/trellis/LICENSE.Apple Machine Learning Research Model is licensed under the Apple Machine Learning Research Model License Agreement.