Update README.md
Browse files
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**
|
60 |
-
|
|
61 |
-
| SpatialGen-1.0
|
62 |
-
| 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{
|
118 |
-
title={
|
119 |
-
author={
|
120 |
-
journal={arXiv preprint
|
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 |
```
|