Lux3d
Collection
3d generation models for inference using the Lux3d engine • 3 items • Updated
This repository contains the canonicalized safetensors export of the Pi3X checkpoint used by the Lux3D runtime.
pi3xmodel.safetensors1873.ply)model.safetensorsresolved_config.jsonmanifest.jsonchecksums.jsonThe Lux3D CLI can validate and use the package once it is installed into your local model asset layout.
cargo run -p lux3d-cli -- inspect --repo-root <runtime-root> pi3x
cargo run -p lux3d-cli -- run --repo-root <runtime-root> pi3x --source <input-sequence> --conditions <conditions-file> --output <output-file.ply>
cargo run -p lux3d-cli -- run --repo-root <runtime-root> pi3x --source <input-video> --vo --chunk-size 8 --overlap 4 --conf-threshold 0.05 --inject-condition pose,depth,ray --output <output-file.ply>
yyfz233/Pi3Xtools/python_baseline/normalize_weights.pyThe exact source checksum set is recorded in manifest.json. The integrity of the uploaded package is recorded in checksums.json.
yyfz233/Pi3XReview upstream terms before redistribution or commercial use.
@article{wang2025pi,
title={$\pi^3$: Permutation-Equivariant Visual Geometry Learning},
author={Wang, Yifan and Zhou, Jianjun and Zhu, Haoyi and Chang, Wenzheng and Zhou, Yang and Li, Zizun and Chen, Junyi and Pang, Jiangmiao and Shen, Chunhua and He, Tong},
journal={arXiv preprint arXiv:2507.13347},
year={2025}
}
Base model
yyfz233/Pi3X