diff --git a/README.md b/README.md index 6feac64..8a717ef 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A fully featured audio diffusion library, for PyTorch. Includes models for unconditional audio generation, text-conditional audio generation, diffusion autoencoding, upsampling, and vocoding. The provided models are waveform-based, however, the U-Net (built using [`a-unet`](https://github.com/archinetai/a-unet)), `DiffusionModel`, diffusion method, and diffusion samplers are both generic to any dimension and highly customizable to work on other formats. + ## Install ```bash