Text-to-Audio
Inference Endpoints
soujanyaporia commited on
Commit
714699f
·
verified ·
1 Parent(s): 3d7b891

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -1
README.md CHANGED
@@ -2,4 +2,62 @@
2
  license: mit
3
  datasets:
4
  - cvssp/WavCaps
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  datasets:
4
  - cvssp/WavCaps
5
+ ---
6
+
7
+ <h1 align="center">✨
8
+ <br/>
9
+ TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization
10
+ <br/>
11
+ ✨✨✨
12
+
13
+
14
+ </h1>
15
+
16
+ <div align="center">
17
+ <img src="https://github.com/declare-lab/TangoFlux/blob/main/assets/tf_teaser.png" alt="TangoFlux" width="1000" />
18
+
19
+ <br/>
20
+
21
+ <div style="display: flex; gap: 10px; align-items: center;">
22
+ <a href="https://openreview.net/attachment?id=tpJPlFTyxd&name=pdf">
23
+ <img src="https://img.shields.io/badge/Read_the_Paper-blue?link=https%3A%2F%2Fopenreview.net%2Fattachment%3Fid%3DtpJPlFTyxd%26name%3Dpdf" alt="arXiv">
24
+ </a>
25
+ <a href="https://huggingface.co/declare-lab/TangoFlux">
26
+ <img src="https://img.shields.io/badge/TangoFlux-Huggingface-violet?logo=huggingface&link=https%3A%2F%2Fhuggingface.co%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
27
+ </a>
28
+ <a href="https://tangoflux.github.io/">
29
+ <img src="https://img.shields.io/badge/Demos-declare--lab-brightred?style=flat" alt="Static Badge">
30
+ </a>
31
+ <a href="https://huggingface.co/spaces/declare-lab/TangoFlux">
32
+ <img src="https://img.shields.io/badge/TangoFlux-Huggingface_Space-8A2BE2?logo=huggingface&link=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
33
+ </a>
34
+ <a href="https://huggingface.co/datasets/declare-lab/CRPO">
35
+ <img src="https://img.shields.io/badge/TangoFlux_Dataset-Huggingface-red?logo=huggingface&link=https%3A%2F%2Fhuggingface.co%2Fdatasets%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
36
+ </a>
37
+ <a href="https://github.com/declare-lab/TangoFlux">
38
+ <img src="https://img.shields.io/badge/Github-brown?logo=github&link=https%3A%2F%2Fgithub.com%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
39
+ </a>
40
+ </div>
41
+
42
+
43
+
44
+ </div>
45
+ ## Model Overview
46
+
47
+ TangoFlux consists of FluxTransformer blocks which are Diffusion Transformer (DiT) and Multimodal Diffusion Transformer (MMDiT), conditioned on textual prompt and duration embedding to generate audio at 44.1kHz up to 30 seconds. TangoFlux learns a rectified flow trajectory from audio latent representation encoded by a variational autoencoder (VAE). The TangoFlux training pipeline consists of three stages: pre-training, fine-tuning, and preference optimization. TangoFlux is aligned via CRPO which iteratively generates new synthetic data and constructs preference pairs to perform preference optimization.
48
+
49
+
50
+ ## Getting Started
51
+
52
+ ## Citation
53
+
54
+ ```bibtex
55
+
56
+ @article{Hung2025TangoFlux,
57
+ title = {TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization},
58
+ author = {Chia-Yu Hung and Navonil Majumder and Zhifeng Kong and Ambuj Mehrish and Rafael Valle and Bryan Catanzaro and Soujanya Poria},
59
+ year = {2025},
60
+ url = {https://openreview.net/attachment?id=tpJPlFTyxd&name=pdf},
61
+ note = {Available at OpenReview}
62
+ }
63
+ ```