Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ library_name: transformers
|
|
14 |
# TIPO: Text to Image with text presampling for Prompt Optimization
|
15 |
|
16 |
500M LLaMA arch model trained for TIPO.<br>
|
17 |
-
Tech Report: https://
|
18 |
|
19 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630593e2fca1d8d92b81d2a1/fc9ovmARapQmgq9DZ7ApJ.png)
|
20 |
|
@@ -85,14 +85,13 @@ You can check the above provided URL or check the LICENSE file in this repo.
|
|
85 |
|
86 |
### Citation
|
87 |
```bibtex
|
88 |
-
@misc{
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
Source code available at \url{https://github.com/KohakuBlueleaf/KGen}},
|
97 |
}
|
98 |
```
|
|
|
14 |
# TIPO: Text to Image with text presampling for Prompt Optimization
|
15 |
|
16 |
500M LLaMA arch model trained for TIPO.<br>
|
17 |
+
Tech Report: https://arxiv.org/abs/2411.08127
|
18 |
|
19 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630593e2fca1d8d92b81d2a1/fc9ovmARapQmgq9DZ7ApJ.png)
|
20 |
|
|
|
85 |
|
86 |
### Citation
|
87 |
```bibtex
|
88 |
+
@misc{yeh2024tipotextimagetext,
|
89 |
+
title={TIPO: Text to Image with Text Presampling for Prompt Optimization},
|
90 |
+
author={Shih-Ying Yeh and Sang-Hyun Park and Giyeong Oh and Min Song and Youngjae Yu},
|
91 |
+
year={2024},
|
92 |
+
eprint={2411.08127},
|
93 |
+
archivePrefix={arXiv},
|
94 |
+
primaryClass={cs.CV},
|
95 |
+
url={https://arxiv.org/abs/2411.08127},
|
|
|
96 |
}
|
97 |
```
|