KBlueLeaf commited on
Commit
fc01db8
1 Parent(s): afa5809

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
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://kblueleaf.net/document/TIPO-tech-report.pdf
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{yeh2024tipo,
89
- title = {TIPO: Text to Image with text presampling for Prompt Optimization},
90
- author = {Yeh, Shih-Ying},
91
- year = {2024},
92
- month = {10},
93
- day = {6},
94
- note = {Technical report available at \url{https://kblueleaf.net/document/TIPO-tech-report.pdf}.
95
- Model available at \url{https://huggingface.co/KBlueLeaf/TIPO-500M}.
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
  ```