#30 · Primary category: 3D Generation & Asset Creation

GaussianDreamer

aigc computer-vision cvpr2024 diffusion-models dreamfusion gaussian-splatting nerf radiance-field smpl text-to-3d

[CVPR 2024] GaussianDreamer: Fast Generation from Text to 3D Gaussians by Bridging 2D and 3D Diffusion Models

Project last updated:01/13/25

GitHub Stars

830

Forks

49

Contributors

3

License

Apache-2.0

Why we included this project

Turning a text prompt into a 3D object usually takes hours with older NeRF-based methods, but GaussianDreamer gets you a Gaussian-splatting asset in about 15 minutes on a single GPU. It works by seeding the scene with a 3D diffusion prior, then letting a 2D diffusion model refine geometry and appearance, a combination worth studying if you're building your own text-to-3D pipeline. The output renders in real time and can be dropped into Unity, so it fits game and design workflows directly. The repo also covers text-to-avatar generation via SMPL initialization, and the authors point to GaussianDreamerPro as a higher-quality follow-up for animation and simulation. Expect research code with a CVPR 2024 paper behind it: you'll handle installation and tuning yourself rather than getting a turnkey product.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category