XiangpengYang commited on
Commit
b30dba8
·
1 Parent(s): 00b18c3
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,10 +1,10 @@
1
  # VideoGrain: Modulating Space-Time Attention for Multi-Grained Video Editing (ICLR 2025)
2
  ## [<a href="https://knightyxp.github.io/VideoGrain_project_page/" target="_blank">Project Page</a>]
3
 
4
- [![arXiv](https://img.shields.io/badge/arXiv-2502.17258-B31B1B.svg)](https://arxiv.org/abs/2502.17258)
5
  [![HuggingFace Daily Papers Top1](https://img.shields.io/static/v1?label=HuggingFace%20Daily%20Papers&message=Top1&color=blue)](https://huggingface.co/papers/2502.17258)
6
  [![Project page](https://img.shields.io/badge/Project-Page-brightgreen)](https://knightyxp.github.io/VideoGrain_project_page/)
7
- ![visitors](https://visitor-badge.laobi.icu/badge?page_id=knightyxp.VideoGrain&left_color=green&right_color=red)
8
  [![Demo Video - VideoGrain](https://img.shields.io/badge/Demo_Video-VideoGrain-red)](https://youtu.be/JKDLet618hU)
9
 
10
  <table class="center" border="1" cellspacing="0" cellpadding="5">
@@ -111,3 +111,25 @@ result
111
  ```
112
 
113
  </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # VideoGrain: Modulating Space-Time Attention for Multi-Grained Video Editing (ICLR 2025)
2
  ## [<a href="https://knightyxp.github.io/VideoGrain_project_page/" target="_blank">Project Page</a>]
3
 
4
+ [![arXiv](https://img.shields.io/badge/arXiv-2502.17258-B31B1B.svg)](https://arxiv.org/abs/2502.17258)
5
  [![HuggingFace Daily Papers Top1](https://img.shields.io/static/v1?label=HuggingFace%20Daily%20Papers&message=Top1&color=blue)](https://huggingface.co/papers/2502.17258)
6
  [![Project page](https://img.shields.io/badge/Project-Page-brightgreen)](https://knightyxp.github.io/VideoGrain_project_page/)
7
+ ![visitors](https://visitor-badge.laobi.icu/badge?page_id=knightyxp.VideoGrain&left_color=green&right_color=red)
8
  [![Demo Video - VideoGrain](https://img.shields.io/badge/Demo_Video-VideoGrain-red)](https://youtu.be/JKDLet618hU)
9
 
10
  <table class="center" border="1" cellspacing="0" cellpadding="5">
 
111
  ```
112
 
113
  </details>
114
+
115
+
116
+ ## ✏️ Citation
117
+ If you think this project is helpful, please feel free to leave a star⭐️⭐️⭐️ and cite our paper:
118
+ ```bibtex
119
+ @article{yang2025videograin,
120
+ title={VideoGrain: Modulating Space-Time Attention for Multi-grained Video Editing},
121
+ author={Yang, Xiangpeng and Zhu, Linchao and Fan, Hehe and Yang, Yi},
122
+ journal={arXiv preprint arXiv:2502.17258},
123
+ year={2025}
124
+ }
125
+ ```
126
+
127
+ ## ✨ Acknowledgements
128
+
129
+ - This code builds on [diffusers](https://github.com/huggingface/diffusers), and [FateZero](https://github.com/ChenyangQiQi/FateZero). Thanks for open-sourcing!
130
+ - We would like to thank [AK(@_akhaliq)](https://x.com/_akhaliq/status/1894254599223017622) and Gradio team for recommendation!
131
+
132
+
133
+ ## ⭐️⭐️⭐️ Star History
134
+
135
+ [![Star History Chart](https://api.star-history.com/svg?repos=knightyxp/VideoGrain&type=Date)](https://star-history.com/#knightyxp/VideoGrain&Date)