From d03bbcbcdba27753045b1f784d619bd05be091f2 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Fri, 25 Nov 2022 16:32:38 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5303297..cd4d732 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Riffusion Inference Server +# Riffusion -Model inference backend for the Riffusion app. +Python backend for the Riffusion app that does the model inference and audio processing. * a diffusers pipeline that performs prompt interpolation combined with image conditioning * a module for (approximately) converting between spectrograms and waveforms From 7ebb472d4c1c9906c4892d160bdd9dfaa1bca99d Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Fri, 25 Nov 2022 16:48:10 -0800 Subject: [PATCH 2/2] Add link to the web app --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd4d732..7598a6c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Python backend for the Riffusion app that does the model inference and audio pro * a diffusers pipeline that performs prompt interpolation combined with image conditioning * a module for (approximately) converting between spectrograms and waveforms * a flask server to provide model inference via API to the next.js app + +The web app lives at https://github.com/hmartiro/riffusion-app ## Install Tested with Python 3.9 and diffusers 0.9.0