Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,11 @@ extra_gated_fields:
|
|
26 |
---
|
27 |
|
28 |
|
29 |
-
# SPAR3D: Stable Point Aware 3D
|
|
|
|
|
|
|
|
|
30 |
![](spar3d.gif)
|
31 |
**Stable Point Aware 3D (SPAR3D)** is a large reconstruction model based on [SF3D](https://huggingface.co/stabilityai/stable-fast-3d), that introduces the ability to make real-time edits and generate a textured UV-unwrapped 3D mesh asset from a single image in less than a second. By introducing a first-of-its-kind two-stage architecture, SPAR3D combines the benefits of a fast point cloud diffusion model with regressive mesh predictions to enable unparalleled control over 3D object generation.
|
32 |
|
|
|
26 |
---
|
27 |
|
28 |
|
29 |
+
# SPAR3D: Stable Point Aware 3D
|
30 |
+
|
31 |
+
# [Project Page](https://spar3d.github.io/)
|
32 |
+
|
33 |
+
<a href="https://arxiv.org/abs/2501.04689"><img src="https://img.shields.io/badge/Arxiv-2501.04689-B31B1B.svg"></a> <a href="https://huggingface.co/spaces/stabilityai/stable-point-aware-3d"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Gradio%20Demo-Huggingface-orange"></a>
|
34 |
![](spar3d.gif)
|
35 |
**Stable Point Aware 3D (SPAR3D)** is a large reconstruction model based on [SF3D](https://huggingface.co/stabilityai/stable-fast-3d), that introduces the ability to make real-time edits and generate a textured UV-unwrapped 3D mesh asset from a single image in less than a second. By introducing a first-of-its-kind two-stage architecture, SPAR3D combines the benefits of a fast point cloud diffusion model with regressive mesh predictions to enable unparalleled control over 3D object generation.
|
36 |
|