Luo-Yihong commited on
Commit
8ee8f07
·
verified ·
1 Parent(s): 9b5120a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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
- ![Ship](ship.jpg)
 
 
 
 
 
 
 
 
 
 
 
37
  )[0]
38
  imgs[0]
39
  ```
40
+ ![Ship](ship.jpg)
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
+ }