Add metadata tags, link to paper
Browse filesHi,
This PR ensures the models are linked to the paper, as well as adding improved metadata tags.
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
## FluxMusic: Text-to-Music Generation with Rectified Flow Transformer
|
2 |
-
|
3 |
-
Github: https://github.com/feizc/FluxMusic
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
---
|
8 |
license: apache-2.0
|
|
|
9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: text-to-audio
|
4 |
---
|
5 |
+
|
6 |
+
## FluxMusic: Text-to-Music Generation with Rectified Flow Transformer
|
7 |
+
|
8 |
+
Github: https://github.com/feizc/FluxMusic
|
9 |
+
Paper: https://huggingface.co/papers/2409.00587
|