From 15823d79800f47a21f8825c9227764307dba624e Mon Sep 17 00:00:00 2001 From: Robert Dargavel Smith Date: Tue, 16 Jul 2024 09:40:02 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9763d53..ce25e1b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Go to https://soundcloud.com/teticio2/sets/audio-diffusion-loops for more exampl **25/12/2022**. Now it is possible to train models conditional on an encoding (of text or audio, for example). See the section on Conditional Audio Generation below. -**5/12/2022**. 🤗 Exciting news! `AudioDiffusionPipeline` has been migrated to the Hugging Face `diffusers` package so that it is even easier for others to use and contribute. +**5/12/2022**. 🤗 Exciting news! [`AudioDiffusionPipeline`](https://huggingface.co/docs/diffusers/main/en/api/pipelines/audio_diffusion) has been migrated to the Hugging Face `diffusers` package so that it is even easier for others to use and contribute. **2/12/2022**. Added Mel to pipeline and updated the pretrained models to save Mel config (they are now no longer compatible with previous versions of this repo). It is relatively straightforward to migrate previously trained models to the new format (see https://huggingface.co/teticio/audio-diffusion-256).