Add model library name and pipeline tag
#3
by merve HF Staff - opened
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-2.0
|
| 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 |
+
```
|