Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,10 +4,46 @@ emoji: 🦀
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.15.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# 🐙 WasabiOctopus / LGM Tiny
|
| 14 |
+
|
| 15 |
+
A clean and lightweight Hugging Face Space for **single-image to 3D Gaussian asset generation** using [`WasabiOctopus/LGM`](https://huggingface.co/WasabiOctopus/LGM).
|
| 16 |
+
|
| 17 |
+
## ✨ What it does
|
| 18 |
+
|
| 19 |
+
Upload a single object image, and the Space generates a `.ply` 3D Gaussian asset that can be previewed directly in the browser.
|
| 20 |
+
|
| 21 |
+
## 🚀 Best input images
|
| 22 |
+
|
| 23 |
+
For better results, use images with:
|
| 24 |
+
|
| 25 |
+
- One centered object
|
| 26 |
+
- Clean background
|
| 27 |
+
- Clear silhouette
|
| 28 |
+
- Good lighting
|
| 29 |
+
- Minimal occlusion
|
| 30 |
+
|
| 31 |
+
Transparent PNG images are supported.
|
| 32 |
+
|
| 33 |
+
## ⚠️ Limitations
|
| 34 |
+
|
| 35 |
+
This is a research-oriented 3D generation demo. It may struggle with:
|
| 36 |
+
|
| 37 |
+
- Thin structures
|
| 38 |
+
- Transparent objects
|
| 39 |
+
- Hair, fur, wires, or complex topology
|
| 40 |
+
- Strong reflections
|
| 41 |
+
- Ambiguous back-side geometry
|
| 42 |
+
- Production-ready topology or rigging requirements
|
| 43 |
+
|
| 44 |
+
## 🔗 Links
|
| 45 |
+
|
| 46 |
+
- Model: https://huggingface.co/WasabiOctopus/LGM
|
| 47 |
+
- Original paper: https://arxiv.org/abs/2402.05054
|
| 48 |
+
- Original LGM repository: https://github.com/3DTopia/LGM
|
| 49 |
+
- Upstream full pipeline: https://huggingface.co/dylanebert/LGM-full
|