SyncDreamer
Generates consistent multi-view images from a single view for 3D reconstruction.
About
One photograph in, sixteen aligned viewpoints out: SyncDreamer, an ICLR 2024 spotlight from Yuan Liu and colleagues, reworks single-image novel view synthesis by denoising all target views in one joint diffusion process rather than sampling views independently. A 3D-aware attention mechanism ties features across views at every denoising step, which is what keeps geometry and color stable where a predecessor like Zero123 drifts between generations; the released checkpoint was initialized from zero123-xl and trained on Objaverse renderings. This is research code, not a product: a conda environment, manually fetched checkpoints including a ViT-L CLIP model, an input elevation angle estimated by hand, and a separate NeuS or NeRF fitting stage to turn the sixteen views into an actual mesh. The authors ran it on a 40 GB A100; shrinking the per-step view batch fits under 10 GB of VRAM at a speed penalty. Code and weights are MIT licensed for commercial use. Output quality varies across seeds, and feed-forward successors like InstantMesh finish in seconds, but this remains the reference implementation of synchronized multiview diffusion.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- 3D Model Generation
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Advanced (4/5)
- License
- Apache-2.0
- Minimum VRAM
- 8 GB
- Added
- Apr 3, 2026
Related Tools
CUDA-accelerated Gaussian splatting rasterization library with Python bindings from the Nerfstudio team.
Generates high-resolution textured 3D assets from images or text with separate shape and texture models.
Generates explorable, mesh-exportable 3D worlds from text or image prompts via panoramic proxies.
Roblox's research foundation model that generates 3D shapes from text prompts for game assets.
Reconstructs 3D shape, texture, and layout of objects from a single cluttered real-world photo.
Reconstructs dense 3D scenes from uncalibrated image collections without known camera poses.