Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
---
|
| 9 |
# You Only Sample Once (YOSO)
|
| 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 |
|
|
@@ -122,11 +122,11 @@ You can increase the steps to improve sample quality.
|
|
| 122 |
## Bibtex
|
| 123 |
```
|
| 124 |
@misc{luo2024sample,
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
}
|
| 132 |
```
|
|
|
|
| 8 |
---
|
| 9 |
# You Only Sample Once (YOSO)
|
| 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 |
|
|
|
|
| 122 |
## Bibtex
|
| 123 |
```
|
| 124 |
@misc{luo2024sample,
|
| 125 |
+
title={You Only Sample Once: Taming One-Step Text-to-Image Synthesis by Self-Cooperative Diffusion GANs},
|
| 126 |
+
author={Yihong Luo and Xiaolong Chen and Xinghua Qu and Jing Tang},
|
| 127 |
+
year={2024},
|
| 128 |
+
eprint={2403.12931},
|
| 129 |
+
archivePrefix={arXiv},
|
| 130 |
+
primaryClass={cs.CV}
|
| 131 |
}
|
| 132 |
```
|