zwcolin commited on
Commit
ff3244a
1 Parent(s): 5dcd81c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -49,12 +49,12 @@ image.save("cat_and_wine_glass.png")
49
 
50
  # 📰 Citation
51
  ```bibtex
52
- @misc{wang2023tokencompose,
53
- title={TokenCompose: Grounding Diffusion with Token-level Supervision},
54
- author={Zirui Wang and Zhizhou Sha and Zheng Ding and Yilin Wang and Zhuowen Tu},
55
- year={2023},
56
- eprint={2312.03626},
57
- archivePrefix={arXiv},
58
- primaryClass={cs.CV}
59
  }
60
  ```
 
49
 
50
  # 📰 Citation
51
  ```bibtex
52
+ @InProceedings{Wang2024TokenCompose,
53
+ author = {Wang, Zirui and Sha, Zhizhou and Ding, Zheng and Wang, Yilin and Tu, Zhuowen},
54
+ title = {TokenCompose: Text-to-Image Diffusion with Token-level Supervision},
55
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
56
+ month = {June},
57
+ year = {2024},
58
+ pages = {8553-8564}
59
  }
60
  ```