The Rundown AI homepage

Independent tool overview

Lyra 2.0 at a glance

NVIDIA Lyra 2.0 is an open research implementation that extends a starting image along user-defined camera paths, then reconstructs the generated views as a 3D Gaussian Splatting scene.

Visit the official Lyra 2.0 site ↗
Lyra 2.0 product preview
Developer
NVIDIA Spatial Intelligence Lab
Input
Starting image, camera trajectory, and per-chunk text captions
Output
Exploration video and Gaussian Splatting scene
Tested hardware
Ubuntu 22.04, CUDA 12.8, and NVIDIA H100 GPUs
Source license
Apache 2.0
Model license
NVIDIA Internal Scientific Research and Development Model License

Overview

What Lyra 2.0 is

Lyra 2.0 is a research model from NVIDIA's Spatial Intelligence Lab for creating persistent, explorable 3D worlds. It starts with one image, a camera trajectory, and optional text captions, generates a long camera-controlled video, and lifts the result into a Gaussian Splatting scene for real-time rendering.

The core research problem is consistency over long exploration paths. Lyra stores per-frame 3D geometry to retrieve relevant earlier views when the camera revisits an area, and its training exposes the model to degraded histories so it learns to correct drift rather than compound it.

NVIDIA released the paper, model weights, inference code, training code, and an interactive GUI in 2026. This is not a hosted consumer product or pay-per-use API: users install and run the stack on their own Linux and NVIDIA GPU infrastructure.

The source code uses Apache 2.0, but the model weights use NVIDIA's Internal Scientific Research and Development Model License. Commercial deployment is therefore not automatically granted; organizations needing other rights must request a custom license from NVIDIA.

Use cases

Who Lyra 2.0 is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

3D world-model researchers

Study long-horizon, camera-controlled generation, spatial memory, drift correction, and generative reconstruction.

Simulation and robotics prototypes

Explore research workflows that turn generated camera paths into scenes suitable for real-time rendering and simulated navigation.

Gaussian Splatting experiments

Generate a view sequence and reconstruct it as a Gaussian point cloud for downstream rendering research.

Teams with high-end GPU infrastructure

Run or fine-tune the full pipeline when Linux, CUDA, large-memory NVIDIA GPUs, and ML engineering support are already available.

Capabilities

Core Lyra 2.0 features

1

Long-horizon 3D-aware generation

Extends a scene across many autoregressive video chunks while trying to preserve appearance and structure over large viewpoint changes.

2

Spatial memory and retrieval

Uses stored per-frame geometry to retrieve earlier views and establish correspondences when previously seen areas become relevant again.

3

User-authored camera paths

Supports preset trajectories, custom pose sequences, and interactive trajectory editing through the released GUI.

4

Prompted scene extension

Per-chunk captions can describe content for newly revealed regions, while the GUI can also use a vision-language model to rewrite a short prompt from scene context.

5

3D Gaussian Splatting reconstruction

A second pipeline stage estimates pose and depth from the generated video and writes a reconstructed Gaussian point cloud.

6

Faster DMD inference option

An optional four-step distilled LoRA cuts the documented 80-frame generation time substantially, with a tradeoff in prompt following and repetition.

7

Released research stack

NVIDIA provides weights, inference code, training code, sample inputs, and a local client-server GUI.

Process

How the Lyra 2.0 workflow works

  1. Step 1

    Prepare the GPU environment

    Install the Linux, CUDA, Conda, PyTorch, Flash Attention, and compiled-extension stack documented by NVIDIA.

  2. Step 2

    Download checkpoints

    Obtain the Lyra 2.0 model files from NVIDIA's official Hugging Face repository and review the model license.

  3. Step 3

    Seed and plan the world

    Provide a starting image, define a camera trajectory, and add captions for content that should appear as the view expands.

  4. Step 4

    Generate the exploration video

    Run the full-quality sampler or the faster DMD option, then inspect the sequence for hallucinations, drift, repetition, and path errors.

  5. Step 5

    Reconstruct and evaluate the scene

    Lift the accepted video into a Gaussian Splatting scene, review the PLY and rendered trajectory, and validate it before any simulation use.

Cost

Lyra 2.0 pricing and free plan

NVIDIA provides the Lyra 2.0 code and research weights without a subscription fee, but users pay for their own high-end GPU compute, storage, and engineering time. The source and model have different licenses, and commercial rights may require a custom agreement.

Research release

No software fee

Downloadable code and model weights for eligible research use.

  • Source code is released under Apache 2.0
  • Model weights use NVIDIA's Internal Scientific Research and Development Model License
  • Infrastructure and GPU costs are not included
  • Custom licensing is available through NVIDIA Research Licensing

Pricing checked . Check current pricing at the source ↗

Assessment

Lyra 2.0 strengths and limitations

Where it stands out

  • Targets the difficult problem of revisiting and extending a generated world over long camera trajectories.
  • Produces an explicit 3D Gaussian Splatting artifact instead of only a sequence of 2D frames.
  • Provides official weights, inference, training code, sample data, and an interactive GUI.
  • Supports both scripted and visually authored camera paths.
  • The DMD option offers a documented speed-quality tradeoff for experimentation.

What to consider

  • This is a research stack, not a hosted app or supported production API.
  • NVIDIA's tested setup uses Ubuntu, CUDA, and H100-class GPUs; the GUI also requires Linux, an NVIDIA GPU, and a CUDA toolkit.
  • The documented full sampler takes about nine minutes per 80 frames on one H100 80GB, before reconstruction.
  • Custom paths can cause hallucinated objects or degenerated results, and estimated monocular depth can make the actual motion differ from the intended trajectory.
  • The faster DMD mode may weaken prompt following and introduce repetitive patterns.
  • The model license is restricted to NVIDIA's internal scientific research and development terms unless a custom license is obtained.

Compare

Lyra 2.0 alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Content Creator

World Labs Marble

Choose World Labs Marble for a more productized workflow for creating persistent 3D worlds from images, video, or text.

Explore World Labs Marble

Miscellaneous

HY-World 2.0

Choose HY-World 2.0 for another open-source world-model stack that accepts text, image, or video inputs.

Explore HY-World 2.0

Miscellaneous

HunyuanWorld-Mirror

Choose HunyuanWorld-Mirror for Tencent's open approach to generating 3D worlds from text, image, or video.

Explore HunyuanWorld-Mirror

Questions

Lyra 2.0 FAQs

What is NVIDIA Lyra 2.0?

Lyra 2.0 is a research framework that turns a starting image, camera trajectory, and optional captions into an explorable view sequence and a reconstructed 3D Gaussian Splatting scene.

Is Lyra 2.0 free?

The code and research weights can be downloaded without a subscription fee, but users provide their own GPU compute and must follow the separate source and model licenses.

Can Lyra 2.0 run on a consumer GPU?

NVIDIA officially tested the stack on H100 GPUs with Ubuntu and CUDA. Other configurations may work, but the dependency stack and memory requirements make this a high-end research workload rather than a typical consumer installation.

What does Lyra 2.0 export?

The pipeline writes generated videos and, after reconstruction, a PLY Gaussian point cloud plus a rendered flythrough video.

Does Lyra 2.0 have a GUI?

Yes. NVIDIA released a Linux GUI for seeding a scene from an image, authoring camera paths, prompting new content, extending the world, and reverting an unsatisfactory generation.

Can I use Lyra 2.0 commercially?

Do not assume the research weights are cleared for commercial use. The code is Apache 2.0, but the models use NVIDIA's Internal Scientific Research and Development Model License; contact NVIDIA for custom licensing.

Bottom line

Our Lyra 2.0 verdict

Lyra 2.0 is a substantial open research release for teams studying persistent generative 3D worlds and Gaussian Splatting reconstruction. Its released GUI and training stack make it unusually complete for research, but the hardware burden, model-license restrictions, and generation artifacts keep it far from a plug-and-play commercial tool.

Visit Lyra 2.0 website ↗
The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.