yongshengy commited on
Commit
c6d5f1a
·
verified ·
1 Parent(s): 8827346

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -113,14 +113,11 @@ After generating samples, compute FID with the [ADM evaluation toolkit](https://
113
  ## Citation
114
 
115
  ```bibtex
116
- @misc{yu2025pixeldit,
117
  title={PixelDiT: Pixel Diffusion Transformers for Image Generation},
118
  author={Yongsheng Yu and Wei Xiong and Weili Nie and Yichen Sheng and Shiqiu Liu and Jiebo Luo},
119
- year={2025},
120
- eprint={2511.20645},
121
- archivePrefix={arXiv},
122
- primaryClass={cs.CV},
123
- url={https://arxiv.org/abs/2511.20645},
124
  }
125
  ```
126
 
 
113
  ## Citation
114
 
115
  ```bibtex
116
+ @inproceedings{yu2025pixeldit,
117
  title={PixelDiT: Pixel Diffusion Transformers for Image Generation},
118
  author={Yongsheng Yu and Wei Xiong and Weili Nie and Yichen Sheng and Shiqiu Liu and Jiebo Luo},
119
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
120
+ year={2026},
 
 
 
121
  }
122
  ```
123