Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ rate of the encoder.
| [Semantic-VAE (dim 64)](https://github.com/ZhikangNiu/Semantic-VAE) | 40 | 64 | 0.6803 | 0.7222 |
| [Stable Audio Open VAE](https://github.com/Stability-AI/stable-audio-tools) | 21 | 64 | 0.7796 | 0.9137 |
| [VoxCPM AudioVAE](https://github.com/OpenBMB/VoxCPM) | 25 | 64 | 0.7023 | 0.9020 |
| [KVAE-Audio](https://github.com/kandinskylab/kvae-audio) | 50 | 64 | 0.2066 | 0.2428 |
| [MMAudio-16k](https://github.com/hkchengrex/MMAudio) | 31.25 | 20 | 0.4800 | 0.5842 |
| [LTX-2 Audio](https://github.com/Lightricks/LTX-2) | 25 | 128 | 0.4835 | 0.4644 |
| [Ming-Omni 12.5Hz](https://github.com/inclusionAI/Ming-omni-tts) | 12.5 | 64 | 0.4912 | 0.8372 |
| [AudioLDM2](https://github.com/haoheliu/AudioLDM2) | 25 | 128 | 0.7103 | 0.8175 |
| [OmniVAE](https://github.com/OpenMOSS/OmniVAE) | 50 | 128 | 0.7902 | 0.7891 |
| [HunyuanVideo-Foley](https://github.com/Tencent-Hunyuan/HunyuanVideo-Foley) | 50 | 128 | 0.9315 | 0.9386 |
| [SAME-L](https://github.com/Stability-AI/stable-audio-3) | 10.77 | 256 | 1.0894 | 1.2404 |
| [SAME-S](https://github.com/Stability-AI/stable-audio-3) | 10.77 | 256 | 1.5220 | 1.7352 |
| [AudioLDM](https://github.com/haoheliu/AudioLDM) | 25 | 128 | 1.8676 | 2.2150 |

SeedTTS-Eval contains 3,108 evaluated utterances and LibriSpeech-PC contains 1,127. Exact values and source links are
available in [`leaderboard.csv`](leaderboard.csv).
Expand Down
10 changes: 10 additions & 0 deletions leaderboard.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ semantic_vae_acoustic_dim16,Semantic-VAE (dim 16),https://github.com/ZhikangNiu/
semantic_vae_acoustic_dim64,Semantic-VAE (dim 64),https://github.com/ZhikangNiu/Semantic-VAE,40,64,3108,0.6803207543198304,1127,0.7221938199771134
stable_audio_open_1_0_vae,Stable Audio Open VAE,https://github.com/Stability-AI/stable-audio-tools,21,64,3108,0.7795683069139887,1127,0.9136771764114867
voxcpm_vae,VoxCPM AudioVAE,https://github.com/OpenBMB/VoxCPM,25,64,3108,0.7022813864479693,1127,0.9020354659108978
kvae_audio,KVAE-Audio,https://github.com/kandinskylab/kvae-audio,50,64,3108,0.2065557541379101,1127,0.24280895985985393
mmaudio_16k,MMAudio-16k,https://github.com/hkchengrex/MMAudio,31.25,20,3108,0.4799609285310823,1127,0.5841837898365188
ltx2_audio,LTX-2 Audio,https://github.com/Lightricks/LTX-2,25,128,3108,0.48350454494372774,1127,0.4643737239100124
ming_omni_12hz,Ming-Omni 12.5Hz,https://github.com/inclusionAI/Ming-omni-tts,12.5,64,3108,0.49121076009867093,1127,0.8372175056454173
audioldm2,AudioLDM2,https://github.com/haoheliu/AudioLDM2,25,128,3108,0.7103382312339094,1127,0.817471916579613
omnivae_recon,OmniVAE,https://github.com/OpenMOSS/OmniVAE,50,128,3108,0.7902483873843684,1127,0.7891350868151079
hunyuan_foley,HunyuanVideo-Foley,https://github.com/Tencent-Hunyuan/HunyuanVideo-Foley,50,128,3108,0.9315330892975664,1127,0.938624833216941
same_l,SAME-L,https://github.com/Stability-AI/stable-audio-3,10.7666015625,256,3108,1.0893567469513579,1127,1.2403675374429723
same_s,SAME-S,https://github.com/Stability-AI/stable-audio-3,10.7666015625,256,3108,1.521965857776956,1127,1.7351715787415203
audioldm,AudioLDM,https://github.com/haoheliu/AudioLDM,25,128,3108,1.8676414651258604,1127,2.2149813017532676
Loading