Update README.md
Browse files
README.md
CHANGED
@@ -37,4 +37,14 @@ imgs = pipe(prompt="Pirate ship trapped in a cosmic maelstrom nebula, rendered i
|
|
37 |
)[0]
|
38 |
imgs[0]
|
39 |
```
|
40 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
)[0]
|
38 |
imgs[0]
|
39 |
```
|
40 |
+

|
41 |
+
|
42 |
+
## Bibtex
|
43 |
+
@misc{luo2024sample,
|
44 |
+
title={You Only Sample Once: Taming One-Step Text-To-Image Synthesis by Self-Cooperative Diffusion GANs},
|
45 |
+
author={Yihong Luo and Xiaolong Chen and Jing Tang},
|
46 |
+
booktitle={arXiv preprint arxiv:2403.12931},
|
47 |
+
year={2024},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.CV}
|
50 |
+
}
|