NVIDIA’s Lyra builds explorable 3D worlds from a single photo
It exists to let a single image or video spawn a navigable, time-consistent 3D world without manual reconstruction.

What it does Project Lyra is NVIDIA Spatial Intelligence Lab’s open research codebase for generative 3D world models. Lyra 1.0 produces static 3D and dynamic 4D scenes from a single image or video via video diffusion model self-distillation. Lyra 2.0 pushes further into explorable, long-horizon worlds that stay 3D-consistent as you move through them.
The interesting bit Rather than classic multi-view reconstruction, the project teaches a video diffusion model to distill itself into spatial representations—essentially making the model hallucinate coherent geometry from minimal input. The goal is not a static mesh, but a persistent world you can actually explore.
Key highlights
- Two versions in one repo: Lyra 1.0 for feed-forward 3D/4D generation, Lyra 2.0 for explorable long-horizon environments.
- Pre-trained weights live on HuggingFace; the code is Apache 2.0, though model licenses vary by version.
- Lyra 2.0’s academic paper is currently “temporarily anonymized,” so the README literally tells you to Google for the citation.
- Backed by NVIDIA’s Spatial Intelligence Lab with an associated ICLR paper.
Caveats
- The top-level README is a sparse index; real technical details, benchmarks, and system requirements are tucked into the
Lyra-1/andLyra-2/subdirectories. - Model licenses are separate from the open-source code, so check each folder before shipping anything commercial.
- Lyra 2.0 has no arXiv or paper link yet.
Verdict A strong candidate if you research generative 3D, world models, or neural rendering. Look elsewhere if you want a polished game engine or plug-and-play consumer tool—this is research code with NVIDIA-scale ambitions.
Frequently asked
- What is nv-tlabs/lyra?
- It exists to let a single image or video spawn a navigable, time-consistent 3D world without manual reconstruction.
- Is lyra open source?
- Yes — nv-tlabs/lyra is open source, released under the Apache-2.0 license.
- What language is lyra written in?
- nv-tlabs/lyra is primarily written in Python.
- How popular is lyra?
- nv-tlabs/lyra has 2.2k stars on GitHub.
- Where can I find lyra?
- nv-tlabs/lyra is on GitHub at https://github.com/nv-tlabs/lyra.