Large Multi-View Gaussian Model for Fast 3D Asset Generation
A Diffusers-ready LGM pipeline for fast 3D content creation from text or a single image.
✨ Highlights
🚀 Fast 3D asset generation powered by the LGM pipeline.
🧊 3D Gaussian Splatting representation for efficient high-resolution 3D content.
🖼️ Text-to-3D and image-to-3D workflows through multi-view diffusion.
🧩 Diffusers-compatible model structure with LGMFullPipeline.
🔬 Useful for 3D generation research, creative prototyping, course projects, and rapid experimentation.
🖼️ Gallery
Upload your own generated examples to an assets/ folder and replace the placeholders below.
Prompt / Input
Generated 3D Asset
a cute robot, smooth toy material, studio lighting
Coming soon
a fantasy treasure chest with golden details
Coming soon
a stylized sci-fi helmet, clean hard-surface design
Coming soon
🧠 What is LGM?
LGM, short for Large Multi-View Gaussian Model, is a 3D generation framework designed for high-resolution 3D content creation.
Instead of directly generating a mesh from scratch, the pipeline first produces multi-view visual information and then reconstructs a 3D Gaussian representation. This makes it suitable for fast, feed-forward 3D asset generation from either a text prompt or a single input image.
This repository provides a convenient Hugging Face / Diffusers-style release of the full LGM pipeline.
Production workflows requiring clean quad meshes, rigging, or CAD-level topology
For professional 3D asset production, additional post-processing may be needed, such as mesh extraction, topology cleanup, UV unwrapping, material editing, or manual refinement.
This repository is based on the LGM ecosystem and the upstream Hugging Face full pipeline release. Full credit for the original LGM method goes to the authors of:
LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation
This release is intended as a convenient Hugging Face / Diffusers-compatible resource for research, education, and rapid experimentation.
🐙 Built for fast 3D generation experiments.
From prompt or image to 3D Gaussian assets — clean, simple, and research-friendly.