From e6f5f4bb7cde13e1d0eb167a73abebe6b1ef2bbf Mon Sep 17 00:00:00 2001 From: Flavio Schneider Date: Fri, 13 Jan 2023 15:30:33 +0100 Subject: [PATCH] feat: v0.1.0 --- README.md | 1 + 1 file changed, 1 insertion(+) 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