From eafa972e27d332ec6f53dd616ac9a0cd466fc42f Mon Sep 17 00:00:00 2001 From: Flavio Schneider Date: Wed, 8 Feb 2023 21:13:24 +0100 Subject: [PATCH] feat: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca83576..82e82c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -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. +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. **Note: no pre-trained models are provided here, this library is meant for research purposes.** ## Install