Update README.md

This commit is contained in:
Hayk Martiros 2022-12-12 19:40:21 -08:00 committed by GitHub
parent 7630f02802
commit aac93eb80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Riffusion Inference Server
Riffusion is an app for real-time music generation with stable diffusion. This repository contains the inference server.
Riffusion is an app for real-time music generation with stable diffusion.
Read about it at https://www.riffusion.com/about and try it at https://www.riffusion.com/.
@ -8,7 +8,7 @@ Read about it at https://www.riffusion.com/about and try it at https://www.riffu
* Inference server: https://github.com/hmartiro/riffusion-inference
* Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
This Python backend does the model inference and audio processing. It contains:
This repository contains the Python backend does the model inference and audio processing, including:
* a diffusers pipeline that performs prompt interpolation combined with image conditioning
* a module for (approximately) converting between spectrograms and waveforms