Update README.md

This commit is contained in:
Hayk Martiros 2022-12-12 19:24:24 -08:00 committed by GitHub
parent 26c9828e69
commit 6c99dba1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,13 +1,15 @@
# Riffusion
Python backend for the Riffusion app that does the model inference and audio processing.
Python backend for the Riffusion app that does the model inference and audio processing. For details read https://www.riffusion.com/about
* 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
For details read https://www.riffusion.com/about
Code:
* Web app: https://github.com/hmartiro/riffusion-app
* Inference server: https://github.com/hmartiro/riffusion-inference
* Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
## Install
Tested with Python 3.9 and diffusers 0.9.0