VistaDream is a novel framework for reconstructing 3D scenes from single-view images using Flux-based diffusion models. This implementation combines image outpainting, depth estimation, and 3D Gaussian splatting for high-quality 3D scene generation, with integrated visualization using Rerun.
VistaDream addresses the challenge of 3D scene reconstruction from a single image through a novel two-stage pipeline:
The framework utilizes:
This is an external example. Check the repository for more information.
Requires: Linux with an NVIDIA GPU (tested with CUDA 12.9)
Make sure you have the Pixi package manager installed and run:
git clone https://github.com/rerun-io/vistadream.git
cd vistadream
pixi run example