Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,25 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
## Diff-Foley: Synchronized Video-to-Audio Synthesis with Latent Diffusion Models
|
6 |
-
##
|
7 |
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
## (NeurIPS 2023) Diff-Foley: Synchronized Video-to-Audio Synthesis with Latent Diffusion Models
|
6 |
+
## Official Model Repo
|
7 |
|
8 |
+
|
9 |
+
<p align="center">
|
10 |
+
<img src="teaser.png">
|
11 |
+
</p>
|
12 |
+
|
13 |
+
## BibTeX
|
14 |
+
|
15 |
+
```bibtex
|
16 |
+
@misc{luo2023difffoley,
|
17 |
+
title={Diff-Foley: Synchronized Video-to-Audio Synthesis with Latent Diffusion Models},
|
18 |
+
author={Simian Luo and Chuanhao Yan and Chenxu Hu and Hang Zhao},
|
19 |
+
year={2023},
|
20 |
+
eprint={2306.17203},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={cs.SD}
|
23 |
+
}
|
24 |
+
```
|
25 |
|
26 |
|