#145 · Primary category: Speech & Audio
audio-diffusion-pytorch
Audio generation using diffusion models, in PyTorch.
Project last updated:06/12/23
GitHub Stars
2.1K
Forks
175
Contributors
5
License
MIT
Why we included this project
This PyTorch library gives you the building blocks for training diffusion models directly on raw audio waveforms, skipping spectrograms and latent codes. It includes configurable U-Net backbones, several diffusion methods and samplers, and covers unconditional generation, text conditioning, autoencoding, upsampling, and vocoding. The core diffusion and sampling logic is dimension-agnostic, so you can reuse it on other data formats with little modification. Note that there are no pretrained weights, and the example configs in the README are illustrative; the Moûsai paper describes the actual configurations used in experiments. That makes it a solid research foundation and learning tool rather than a plug-and-play audio generator.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production