I got TripoSR (image → 3D) running fully on-device on iPhone via ONNX Runtime

r/LocalLLaMA
Open Source AI AI Tools

I've been on a bit of a mission to see how far I can push local inference on iOS, and this week I finally got TripoSR working fully on-device. Single image in, 3D mesh out, no network calls whatsoever. Wanted to share it here since I think this community will get the most out of it. The model I converted TripoSR to ONNX and uploaded the weights and full model card here: jc-builds/triposr-ios on Hugging Face The repo has two files: a 2.6 MB.onnx graph and a 1.6 GB external weights file (plus Python and Swift usage examples if you want to get running quickly.