Instructions to use nvidia/Lyra-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Lyra-2.0
How to use nvidia/Lyra-2.0 with Lyra-2.0:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add model library name and pipeline tag
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Lyra 2.0: Explorable Generative 3D Worlds
|
|
@@ -250,4 +253,4 @@ Model and dataset restrictions: | The Principle of least privilege (
|
|
| 250 |
journal={arXiv preprint arXiv:2604.13036},
|
| 251 |
year={2026}
|
| 252 |
}
|
| 253 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: image-to-3d
|
| 3 |
+
library_name: lyra
|
| 4 |
+
tags:
|
| 5 |
+
- world
|
| 6 |
---
|
| 7 |
|
| 8 |
# Lyra 2.0: Explorable Generative 3D Worlds
|
|
|
|
| 253 |
journal={arXiv preprint arXiv:2604.13036},
|
| 254 |
year={2026}
|
| 255 |
}
|
| 256 |
+
```
|