WeiChow commited on
Commit
0a00f14
Β·
verified Β·
1 Parent(s): 344c904

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -15,11 +15,11 @@ base_model:
15
 
16
  <div align="center">
17
 
18
- [![arXiv](https://img.shields.io/badge/arXiv-XXXX.XXXXX-b31b1b.svg)]()
19
  [![Dataset](https://img.shields.io/badge/πŸ€—%20CrispEdit2M-Dataset-yellow)](https://huggingface.co/datasets/WeiChow/CrispEdit-2M)
20
  [![Checkpoint](https://img.shields.io/badge/🧨%20EditMGT-CKPT-blue)](https://huggingface.co/WeiChow/EditMGT)
21
- [![GitHub](https://img.shields.io/badge/GitHub-Repo-181717?logo=github)](https://github.com/weichow23/editmgt/tree/main)
22
- [![Page](https://img.shields.io/badge/🏠%20Home-Page-b3.svg)](https://weichow23.github.io/editmgt/)
23
  [![Python 3.9](https://img.shields.io/badge/Python-3.9-blue.svg?logo=python)](https://www.python.org/downloads/release/python-392/)
24
 
25
  </div>
@@ -109,7 +109,12 @@ if __name__ == "__main__":
109
  ## πŸ“‘ Citation
110
 
111
  ```bibtex
112
-
 
 
 
 
 
113
  ```
114
 
115
  ## πŸ™ Acknowledgements
 
15
 
16
  <div align="center">
17
 
18
+ [![arXiv](https://img.shields.io/badge/arXiv-2512.11715-b31b1b.svg)](https://arxiv.org/abs/2512.11715)
19
  [![Dataset](https://img.shields.io/badge/πŸ€—%20CrispEdit2M-Dataset-yellow)](https://huggingface.co/datasets/WeiChow/CrispEdit-2M)
20
  [![Checkpoint](https://img.shields.io/badge/🧨%20EditMGT-CKPT-blue)](https://huggingface.co/WeiChow/EditMGT)
21
+ [![GitHub](https://img.shields.io/badge/GitHub-Repo-181717?logo=github)](https://github.com/weichow23/EditMGT/tree/main)
22
+ [![Page](https://img.shields.io/badge/🏠%20Home-Page-b3.svg)](https://weichow23.github.io/EditMGT/)
23
  [![Python 3.9](https://img.shields.io/badge/Python-3.9-blue.svg?logo=python)](https://www.python.org/downloads/release/python-392/)
24
 
25
  </div>
 
109
  ## πŸ“‘ Citation
110
 
111
  ```bibtex
112
+ @article{chow2025editmgt,
113
+ title={EditMGT: Unleashing Potentials of Masked Generative Transformers in Image Editing},
114
+ author={Chow, Wei and Li, Linfeng and Kong, Lingdong and Li, Zefeng and Xu, Qi and Song, Hang and Ye, Tian and Wang, Xian and Bai, Jinbin and Xu, Shilin and others},
115
+ journal={arXiv preprint arXiv:2512.11715},
116
+ year={2025}
117
+ }
118
  ```
119
 
120
  ## πŸ™ Acknowledgements