Update README.md
Browse files
README.md
CHANGED
@@ -108,12 +108,12 @@ image.save("cat_and_wine_glass.png")
|
|
108 |
|
109 |
# 📰 Citation
|
110 |
```bibtex
|
111 |
-
@
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
}
|
119 |
```
|
|
|
108 |
|
109 |
# 📰 Citation
|
110 |
```bibtex
|
111 |
+
@InProceedings{Wang2024TokenCompose,
|
112 |
+
author = {Wang, Zirui and Sha, Zhizhou and Ding, Zheng and Wang, Yilin and Tu, Zhuowen},
|
113 |
+
title = {TokenCompose: Text-to-Image Diffusion with Token-level Supervision},
|
114 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
115 |
+
month = {June},
|
116 |
+
year = {2024},
|
117 |
+
pages = {8553-8564}
|
118 |
}
|
119 |
```
|