Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ We provide visualization scripts during training to export renderings and 3D Gau
bash inference.sh
```

### Colab Demo
Try Lyra directly in your browser with this [Community Colab notebook](https://colab.research.google.com/drive/153rmtsQskjsxIdi5xx8m4SwniKeeWBbx?usp=sharing).
- Loads official demo data.
- Supports custom single-image upload.
- Generates 3D Gaussian Splats end-to-end.

## Acknowledgement
Our model is based on [NVIDIA Cosmos](https://github.com/NVIDIA/Cosmos) and [GEN3C](https://github.com/nv-tlabs/GEN3C). We use input images generated by [FLUX](https://github.com/black-forest-labs/flux).

Expand Down