Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,22 @@ pipeline_tag: text-to-image
|
|
10 |
tags:
|
11 |
- art
|
12 |
- image
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
tags:
|
11 |
- art
|
12 |
- image
|
13 |
+
---
|
14 |
+
|
15 |
+
## Citation
|
16 |
+
If you find this repository useful, please use the following BibTeX entry for citation.
|
17 |
+
```
|
18 |
+
@article{zhou20243dis,
|
19 |
+
title={3dis: Depth-driven decoupled instance synthesis for text-to-image generation},
|
20 |
+
author={Zhou, Dewei and Xie, Ji and Yang, Zongxin and Yang, Yi},
|
21 |
+
journal={arXiv preprint arXiv:2410.12669},
|
22 |
+
year={2024}
|
23 |
+
}
|
24 |
+
|
25 |
+
@article{zhou20253disflux,
|
26 |
+
title={3DIS-FLUX: simple and efficient multi-instance generation with DiT rendering},
|
27 |
+
author={Zhou, Dewei and Xie, Ji and Yang, Zongxin and Yang, Yi},
|
28 |
+
journal={arXiv preprint arXiv:2501.05131},
|
29 |
+
year={2025}
|
30 |
+
}
|
31 |
+
```
|