Luo-Yihong
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,14 @@ imgs = pipe(prompt="Pirate ship trapped in a cosmic maelstrom nebula, rendered i
|
|
42 |
)[0]
|
43 |
imgs[0]
|
44 |
```
|
45 |
-
![Ship](ship_1024.jpg)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
)[0]
|
43 |
imgs[0]
|
44 |
```
|
45 |
+
![Ship](ship_1024.jpg)
|
46 |
+
|
47 |
+
## Bibtex
|
48 |
+
@misc{luo2024sample,
|
49 |
+
title={You Only Sample Once: Taming One-Step Text-To-Image Synthesis by Self-Cooperative Diffusion GANs},
|
50 |
+
author={Yihong Luo and Xiaolong Chen and Jing Tang},
|
51 |
+
booktitle={arXiv preprint arxiv:2403.12931},
|
52 |
+
year={2024},
|
53 |
+
archivePrefix={arXiv},
|
54 |
+
primaryClass={cs.CV}
|
55 |
+
}
|