Luo-Yihong commited on
Commit
8269968
·
verified ·
1 Parent(s): c6827af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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
+ }