Update README.md
Browse files
README.md
CHANGED
|
@@ -104,22 +104,19 @@ bash scripts/infer_spatialgen_t2s.sh
|
|
| 104 |
|
| 105 |
[SpatialGen-1.0](https://huggingface.co/manycore-research/SpatialGen-1.0) is derived from [Stable-Diffusion-v2.1](https://github.com/Stability-AI/stablediffusion), which is licensed under the [CreativeML Open RAIL++-M License](https://github.com/Stability-AI/stablediffusion/blob/main/LICENSE-MODEL).
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## Acknowledgements
|
| 108 |
|
| 109 |
We would like to thank the following projects that made this work possible:
|
| 110 |
|
| 111 |
[DiffSplat](https://github.com/chenguolin/DiffSplat) | [SD 2.1](https://github.com/Stability-AI/stablediffusion) | [TAESD](https://github.com/madebyollin/taesd) | [FLUX](https://github.com/black-forest-labs/flux/) | [SpatialLM](https://github.com/manycore-research/SpatialLM)
|
| 112 |
-
|
| 113 |
-
## Citation
|
| 114 |
-
|
| 115 |
-
```bibtex
|
| 116 |
-
@article{SpatialGen,
|
| 117 |
-
title = {SpatialGen: Layout-guided 3D Indoor Scene Generation},
|
| 118 |
-
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},
|
| 119 |
-
journal = {arXiv preprint},
|
| 120 |
-
year = {2025},
|
| 121 |
-
eprint = {2509.14981},
|
| 122 |
-
archivePrefix = {arXiv},
|
| 123 |
-
primaryClass = {cs.CV}
|
| 124 |
-
}
|
| 125 |
-
```
|
|
|
|
| 104 |
|
| 105 |
[SpatialGen-1.0](https://huggingface.co/manycore-research/SpatialGen-1.0) is derived from [Stable-Diffusion-v2.1](https://github.com/Stability-AI/stablediffusion), which is licensed under the [CreativeML Open RAIL++-M License](https://github.com/Stability-AI/stablediffusion/blob/main/LICENSE-MODEL).
|
| 106 |
|
| 107 |
+
## Citation
|
| 108 |
+
|
| 109 |
+
```bibtex
|
| 110 |
+
@inproceedings{SpatialGen,
|
| 111 |
+
title = {SpatialGen: Layout-guided 3D Indoor Scene Generation},
|
| 112 |
+
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},
|
| 113 |
+
booktitle = {International Conference on 3D Vision},
|
| 114 |
+
year = {2026}
|
| 115 |
+
}
|
| 116 |
+
```
|
| 117 |
+
|
| 118 |
## Acknowledgements
|
| 119 |
|
| 120 |
We would like to thank the following projects that made this work possible:
|
| 121 |
|
| 122 |
[DiffSplat](https://github.com/chenguolin/DiffSplat) | [SD 2.1](https://github.com/Stability-AI/stablediffusion) | [TAESD](https://github.com/madebyollin/taesd) | [FLUX](https://github.com/black-forest-labs/flux/) | [SpatialLM](https://github.com/manycore-research/SpatialLM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|