Downloads · 30 days
70
9% of all-time downloads
manycore-research/SpatialGen-1.0
SpatialGen-1.0 is a image-to-3d model from manycore-research. Use it for the image-to-3d task on the model card, and read the license before you ship it in a product. It is set up for diffusers. The card lists the license as creativeml-openrail-m.
<div align="center" <picture <source srcset="https://cdn-uploads.huggingface.co/production/uploads/6437c0ead38ce48bdd4b0067/myrWYVNd4m-DuxV39VQZ0.png" media="(prefers-color-scheme: dark)" <img src="https://cdn-uploads…
Downloads · 30 days
70
9% of all-time downloads
All-time downloads
750
Public
Parameters
917M
3 GB on disk
Likes
44
Public
Click a slice to open those files.
.safetensors3 GB · 100%
From the Hugging Face model README
| Image-to-Scene Results | Text-to-Scene Results |
|---|---|
![]() | ![]() |
| Model | Download |
|---|---|
| SpatialGen-1.0 | 🤗 HuggingFace |
| FLUX.1-Wireframe-dev-lora | 🤗 HuggingFace |
Tested with the following environment:
# clone the repository
git clone https://github.com/manycore-research/SpatialGen.git
cd SpatialGen
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# Optional: fix the [flux inference bug](https://github.com/vllm-project/vllm/issues/4392)
pip install nvidia-cublas-cu12==12.4.5.8
We provide SpatialGen-Testset with 48 rooms, which labeled with 3D layout and 4.8K rendered images (48 x 100 views, including RGB, normal, depth maps and semantic maps) for MVD inference.
# Single image-to-3D Scene
bash scripts/infer_spatialgen_i2s.sh
# Text-to-image-to-3D Scene
# in captions/spatialgen_testset_captions.jsonl, we provide text prompts of different styles for each room,
# choose a pair of scene_id and prompt to run the text2scene experiment
bash scripts/infer_spatialgen_t2s.sh
SpatialGen-1.0 is derived from Stable-Diffusion-v2.1, which is licensed under the CreativeML Open RAIL++-M License.
@inproceedings{SpatialGen,
title = {SpatialGen: Layout-guided 3D Indoor Scene Generation},
author = {Fang, Chuan and Li, Heng and Liang, Yixu and Zheng, Jia and Mao, Yongsen and Liu, Yuan and Tang, Rui and Zhou, Zihan and Tan, Ping},
booktitle = {International Conference on 3D Vision},
year = {2026}
}
We would like to thank the following projects that made this work possible: