Image-to-3D
Diffusers
Safetensors
SpatialGenDiffusionPipeline
bertjiazheng commited on
Commit
214c287
·
verified ·
1 Parent(s): 3c6ff63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -43,8 +43,8 @@ library_name: diffusers
43
 
44
  ## ✨ News
45
 
 
46
  - [Aug, 2025] Initial release of SpatialGen-1.0!
47
- - [Sep, 2025] We release the paper of SpatialGen!
48
 
49
  ## 📋 Release Plan
50
 
@@ -56,10 +56,11 @@ library_name: diffusers
56
 
57
  <div align="center">
58
 
59
- | **Model** | **Download** |
60
- | :----------------------: | ----------------------------------------------------------------------------------- |
61
- | SpatialGen-1.0 | [🤗 HuggingFace](https://huggingface.co/manycore-research/SpatialGen-1.0) |
62
- | FLUX.1-Layout-ControlNet | [🤗 HuggingFace](https://huggingface.co/manycore-research/FLUX.1-Layout-ControlNet) |
 
63
 
64
  </div>
65
 
@@ -114,10 +115,13 @@ We would like to thank the following projects that made this work possible:
114
  ## Citation
115
 
116
  ```bibtex
117
- @article{wu2024spatialgen,
118
- title={SPATIALGEN: Layout-guided 3D Indoor Scene Generation},
119
- author={Zhenqing Wu and Zhenxiong Tan and Guolin Chen and Wenbo Zhao and Xingyi Yang and Xiaofeng Wang and Jianmin Li and Bo Dai and Dahua Lin and Xinchao Wang},
120
- journal={arXiv preprint arXiv:2509.14981},
121
- year={2025}
 
 
 
122
  }
123
  ```
 
43
 
44
  ## ✨ News
45
 
46
+ - [Sep, 2025] We released the paper of SpatialGen!
47
  - [Aug, 2025] Initial release of SpatialGen-1.0!
 
48
 
49
  ## 📋 Release Plan
50
 
 
56
 
57
  <div align="center">
58
 
59
+ | **Model** | **Download** |
60
+ | :-----------------------: | -------------------------------------------------------------------------------------|
61
+ | SpatialGen-1.0 | [🤗 HuggingFace](https://huggingface.co/manycore-research/SpatialGen-1.0) |
62
+ | FLUX.1-Layout-ControlNet | [🤗 HuggingFace](https://huggingface.co/manycore-research/FLUX.1-Layout-ControlNet) |
63
+ | FLUX.1-Wireframe-dev-lora | [🤗 HuggingFace](https://huggingface.co/manycore-research/FLUX.1-Wireframe-dev-lora) |
64
 
65
  </div>
66
 
 
115
  ## Citation
116
 
117
  ```bibtex
118
+ @article{SpatialGen,
119
+ title = {SpatialGen: Layout-guided 3D Indoor Scene Generation},
120
+ 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},
121
+ journal = {arXiv preprint},
122
+ year = {2025},
123
+ eprint = {2509.14981},
124
+ archivePrefix = {arXiv},
125
+ primaryClass = {cs.CV}
126
  }
127
  ```