Add model card
Browse filesThis PR adds a model card by linking it to the paper [Taming Multimodal Joint Training for High-Quality Video-to-Audio Synthesis](https://huggingface.co/papers/2412.15322).
It also adds relevant metadata such as the pipeline tag, library name, and license.
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
|
4 |
-
-
|
5 |
---
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: text-to-audio
|
5 |
---
|
6 |
+
|
7 |
+
This repository contains the model of the paper [Taming Multimodal Joint Training for High-Quality Video-to-Audio Synthesis](https://huggingface.co/papers/2412.15322).
|
8 |
+
|
9 |
+
Code: https://github.com/hkchengrex/MMAudio
|