This code implements a 360 panorama generation pipeline based on the 2025 Meta paper "A Recipe for Generating 3D Worlds From a Single Image".
Prompt : "a market square in the 1800s"
Prompt : "a modern japanese garden with a pond and a waterfall"
- readme explanation
conda create -n pano_gen python=3.10
conda activate pano_gen
pip install -r requirements.txt
python world.py --scene_prompt "a modern japanese garden with a pond and a waterfall" --scene_prompt_sides "a modern japanese garden " --sky_prompt "a clear blue sky"
--scene_prompt : prompt for the middle center image generation
--scene_prompt_sides : prompt for the sides of the image => should describe general scene layout, but can be less descriptive than scene_prompt
--sky_prompt : prompt for the sky image generation
--debug : optional mode that stores all inpainting masks, etc.