Spaces:
Configuration error
Configuration error
Commit
·
b30dba8
1
Parent(s):
00b18c3
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 |
-
[](https://arxiv.org/abs/2502.17258)
|
5 |
[](https://huggingface.co/papers/2502.17258)
|
6 |
[](https://knightyxp.github.io/VideoGrain_project_page/)
|
7 |
-

|
8 |
[](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 |
+
[](https://arxiv.org/abs/2502.17258)
|
5 |
[](https://huggingface.co/papers/2502.17258)
|
6 |
[](https://knightyxp.github.io/VideoGrain_project_page/)
|
7 |
+

|
8 |
[](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 |
+
[](https://star-history.com/#knightyxp/VideoGrain&Date)
|