Update README.md
Browse files
README.md
CHANGED
@@ -90,14 +90,13 @@ You can check the above provided URL or check the LICENSE file in this repo.
|
|
90 |
### Citation
|
91 |
|
92 |
```bibtex
|
93 |
-
@misc{
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
Source code available at \url{https://github.com/KohakuBlueleaf/KGen}},
|
102 |
}
|
103 |
```
|
|
|
90 |
### Citation
|
91 |
|
92 |
```bibtex
|
93 |
+
@misc{yeh2024tipotextimagetext,
|
94 |
+
title={TIPO: Text to Image with Text Presampling for Prompt Optimization},
|
95 |
+
author={Shih-Ying Yeh and Sang-Hyun Park and Giyeong Oh and Min Song and Youngjae Yu},
|
96 |
+
year={2024},
|
97 |
+
eprint={2411.08127},
|
98 |
+
archivePrefix={arXiv},
|
99 |
+
primaryClass={cs.CV},
|
100 |
+
url={https://arxiv.org/abs/2411.08127},
|
|
|
101 |
}
|
102 |
```
|