Wonder3D
Single image to 3D mesh with cross-domain diffusion for consistent multi-view generation.
About
Wonder3D reconstructs a textured 3D mesh from a single image in roughly two to three minutes, and the method behind that speed made it a CVPR 2024 highlight. A cross-domain diffusion model, fine-tuned from Stable Diffusion on renderings from the Objaverse dataset, generates six consistent views of the subject as paired color images and normal maps in a single pass. A domain switcher with cross-domain attention keeps the color and normal predictions aligned with each other, while multi-view attention keeps the six viewpoints consistent, which is exactly where most single-image lifting approaches fall apart. A geometry-aware normal fusion stage then extracts the final mesh from those maps, so the pipeline skips the slow per-shape score distillation optimization used by earlier systems while preserving fine geometric detail. The open source research code runs on PyTorch with pretrained weights hosted on Hugging Face, includes a Gradio interface for interactive use, and performs inference on a single CUDA GPU.
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)
- 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.