Views
No views yet
.glb files that already carry shading.What this repo is: the Pixal3D pipeline at full precision — the three 1.3B transformers as ≈5.5 GB bf16 safetensors underckpts/. Weights only, not a retrain. A GGUF build of the same weights (≈2.7 GB per transformer) lives inChrisColeTech/Pixal3D-GGUF.
.glb — no
cleanup, no retopology, no separate paint stage.Note on these samples: they were rendered from the GGUF build of these weights, not from the full-precision files in this repo. Timings and mesh sizes come from that run. The architecture and settings are identical; expect the full-precision path to differ only marginally, but the numbers below are not measured on it.
![]() | ![]() |
| **source** — `a cute chunky retro robot toy standing upright, rounded metal body, simple friendly face, studio product photograph on a plain white background` | **mesh** — 17.1 MB `.glb`, generated in 119 s, seed 42 |
![]() | ![]() |
| **source** — `an ornate ceramic teapot with a curved spout and handle, glazed blue and white porcelain, studio product photograph` | **mesh** — 15.5 MB `.glb`, generated in 85 s, seed 42 |


| Parameter | Production value | Meaning |
|---|---|---|
seed | any | Deterministic per seed |
| input | one RGB(A) image | Centred subject, plain background |
| output | .glb | Mesh with baked material |
img2mesh, txt2mesh, and the _textured variants[SPARSE] Conv backend: flex_gemm; Attention backend: flash_attn on load and pulls a valeoai/NAF estimator
from torch.hub on first run, so a fresh machine needs network access.| Path | Size | Role |
|---|---|---|
ckpts/slat_flow_img2shape_dit_1_3B_1024_bf16.safetensors | 5.55 GB | shape DiT, 1024 latents |
ckpts/slat_flow_img2shape_dit_1_3B_512_bf16.safetensors | 5.55 GB | shape DiT, 512 latents |
ckpts/slat_flow_imgshape2tex_dit_1_3B_1024_bf16.safetensors | 5.55 GB | texture DiT |
ckpts/ss_flow_img_dit_1_3B_64_bf16.safetensors | 5.36 GB | sparse-structure DiT |
ckpts/shape_dec_next_dc_f16c32_fp16.safetensors | 948 MB | shape decoder |
ckpts/tex_dec_next_dc_f16c32_fp16.safetensors | 948 MB | texture decoder |
ckpts/ss_dec_conv3d_16l8_fp16.safetensors | 148 MB | sparse-structure decoder |
ChrisColeTech/Pixal3D-GGUF.