Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -281,8 +281,13 @@ def main(args_1, args_2):
|
|
281 |
with gr.Blocks(css=css) as demo:
|
282 |
gr.Markdown(
|
283 |
"""
|
|
|
|
|
|
|
|
|
|
|
284 |
# GaussianAnything: Interactive Point Cloud Latent Diffusion for 3D Generation
|
285 |
-
**GaussianAnything
|
286 |
It first trains a 3D VAE on **Objaverse**, which compress each 3D asset into a compact point cloud-structured latent.
|
287 |
After that, a image/text-conditioned diffusion model is trained following LDM paradigm.
|
288 |
The model used in the demo adopts 3D DiT architecture and flow-matching framework, and supports single-image condition.
|
|
|
281 |
with gr.Blocks(css=css) as demo:
|
282 |
gr.Markdown(
|
283 |
"""
|
284 |
+
<div>
|
285 |
+
<a style="display:inline-block" href="https://nirvanalan.github.io/projects/GA/"><img src='https://img.shields.io/badge/public_website-8A2BE2'></a>
|
286 |
+
<a style="display:inline-block; margin-left: .5em" href="https://github.com/NIRVANALAN/GaussianAnything"><img src='https://img.shields.io/github/stars/NIRVANALAN/GaussianAnything?style=social'/></a>
|
287 |
+
</div>
|
288 |
+
|
289 |
# GaussianAnything: Interactive Point Cloud Latent Diffusion for 3D Generation
|
290 |
+
**GaussianAnything is a native 3D diffusion model that supports high-quality 2D Gaussians generation.
|
291 |
It first trains a 3D VAE on **Objaverse**, which compress each 3D asset into a compact point cloud-structured latent.
|
292 |
After that, a image/text-conditioned diffusion model is trained following LDM paradigm.
|
293 |
The model used in the demo adopts 3D DiT architecture and flow-matching framework, and supports single-image condition.
|