ASLP-lab/DiffRhythm-vae
43
1---2language:3- zh4- en5tags:6- music7- art8- diffusion9license: other10license_name: stable-audio-community11license_link: LICENSE12library_name: DiffRhythm13---14 15<p align="center">16 <h1>DiffRhythm: Blazingly Fast and Embarrassingly Simple End-to-End Full-Length Song Generation with Latent Diffusion</h1>17</p>18 19Ziqian Ning, Huakang Chen, Yuepeng Jiang, Chunbo Hao, Guobin Ma, Shuai Wang, Jixun Yao, Lei Xie†20 21<p align="center">22 <a href="https://huggingface.co/spaces/ASLP-lab/DiffRhythm"> Huggingface Space</a> </a> 23<br>24📑 <a href="https://arxiv.org/abs/2503.01183">Paper</a>    |    📑 <a href="https://aslp-lab.github.io/DiffRhythm.github.io/">Demo</a>   25</p>26 27DiffRhythm (Chinese: 谛韵, Dì Yùn) is the ***first*** diffusion-based song generation model that is capable of creating full-length songs. The name combines "Diff" (referencing its diffusion architecture) with "Rhythm" (highlighting its focus on music and song creation). The Chinese name 谛韵 (Dì Yùn) phonetically mirrors "DiffRhythm", where "谛" (attentive listening) symbolizes auditory perception, and "韵" (melodic charm) represents musicality.28 29 30<p align="center">31 <img src="src/diffrhythm.jpg" width="90%"/>32<p>33 34## News and Updates35 36### 2025.3.4 🔥 We released the [DiffRhythm paper](https://arxiv.org/abs/2503.01183) and [Huggingface Space demo](https://huggingface.co/spaces/ASLP-lab/DiffRhythm).37 38## TODOs39- [ ] Support local deployment:40- [ ] Support Colab:41- [ ] Support Docker:42- [x] Release paper to Arxiv.43- [x] Online serving on huggingface space.44 45## Model Versions46 47| Model | HuggingFace |48| ---- | ---- |49| DiffRhythm-base (1m35s) | https://huggingface.co/ASLP-lab/DiffRhythm-base |50| DiffRhythm-full (4m45s) | Coming soon... |51| DiffRhythm-vae | https://huggingface.co/ASLP-lab/DiffRhythm-vae |52 53 54## License & Disclaimer55 56As the VAE is fine-tuned from [Stable Audio Open](https://huggingface.co/stabilityai/stable-audio-open-1.0), DiffRhythm-VAE is subject to the [Stability AI Community License Agreement](LICENSE.md)57 58DiffRhythm enables the creation of original music across diverse genres, supporting applications in artistic creation, education, and entertainment. While designed for positive use cases, potential risks include unintentional copyright infringement through stylistic similarities, inappropriate blending of cultural musical elements, and misuse for generating harmful content. To ensure responsible deployment, users must implement verification mechanisms to confirm musical originality, disclose AI involvement in generated works, and obtain permissions when adapting protected styles.59 60## Citation61```62@article{ning2025diffrhythm,63 title={{DiffRhythm}: Blazingly Fast and Embarrassingly Simple</br>End-to-End Full-Length Song Generation with Latent Diffusion<},64 author={Ziqian, Ning and Huakang, Chen and Yuepeng, Jiang and Chunbo, Hao and Guobin, Ma and Shuai, Wang and Jixun, Yao and Lei, Xie},65 journal={arXiv preprint arXiv:2503.01183},66 year={2025}67}68```69## Contact Us70 71If you are interested in leaving a message to our research team, feel free to email `nzqiann@gmail.com`.72<p align="center">73 <a href="http://www.nwpu-aslp.org/">74 <img src="src/ASLP.jpg" width="400"/>75 </a>76</p>