Luo-Yihong
commited on
Commit
•
7d58a57
1
Parent(s):
78224c6
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: text-to-image
|
|
8 |
|
9 |
![overview](overview.jpg)
|
10 |
|
11 |
-
The YOSO was proposed in "[You Only Sample Once: Taming One-Step Text-To-Image Synthesis by Self-Cooperative Diffusion GANs](https://www.arxiv.org/abs/2403.12931)" by *Yihong Luo, Xiaolong Chen, Jing Tang*.
|
12 |
|
13 |
Official Repository of this paper: [YOSO](https://github.com/Luo-Yihong/YOSO).
|
14 |
|
@@ -47,11 +47,11 @@ imgs[0]
|
|
47 |
## Bibtex
|
48 |
```
|
49 |
@misc{luo2024sample,
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
}
|
57 |
```
|
|
|
8 |
|
9 |
![overview](overview.jpg)
|
10 |
|
11 |
+
The YOSO was proposed in "[You Only Sample Once: Taming One-Step Text-To-Image Synthesis by Self-Cooperative Diffusion GANs](https://www.arxiv.org/abs/2403.12931)" by *Yihong Luo, Xiaolong Chen, Xinghua Qu, Jing Tang*.
|
12 |
|
13 |
Official Repository of this paper: [YOSO](https://github.com/Luo-Yihong/YOSO).
|
14 |
|
|
|
47 |
## Bibtex
|
48 |
```
|
49 |
@misc{luo2024sample,
|
50 |
+
title={You Only Sample Once: Taming One-Step Text-to-Image Synthesis by Self-Cooperative Diffusion GANs},
|
51 |
+
author={Yihong Luo and Xiaolong Chen and Xinghua Qu and Jing Tang},
|
52 |
+
year={2024},
|
53 |
+
eprint={2403.12931},
|
54 |
+
archivePrefix={arXiv},
|
55 |
+
primaryClass={cs.CV}
|
56 |
}
|
57 |
```
|