TL;DR: FlashWorld enables fast (7 seconds on a 1x A100/A800 GPU, 4 seconds on 1x H100/H800 GPU) and high-quality 3D scene generation across diverse scenes, from a single image or text prompt.
git clone https://github.com/onmyoji-xiao/LSVG.git cd LSVG/ conda create -n lsvg python=3.10 conda activate lsvg pip install torch==2.2.1 torchvision==0.17.1 --index ...