Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmartiro authored Dec 27, 2022
1 parent d2e864b commit 89f3946
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# :guitar: Riffusion

<a href="https://github.com/riffusion/riffusion/actions/workflows/ci.yml?query=branch%3Amain"><img alt="CI status" src="https://github.com/riffusion/riffusion/actions/workflows/ci.yml/badge.svg" /></a>
<img alt="Python 3.9 | 3.10" src="https://img.shields.io/badge/Python-3.9%20%7C%203.10-blue" />
<a href="https://github.com/riffusion/riffusion/tree/main/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/License-MIT-yellowgreen" /></a>

Riffusion is a library for real-time music and audio generation with stable diffusion.

Read about it at https://www.riffusion.com/about and try it at https://www.riffusion.com/.
Expand Down Expand Up @@ -117,8 +121,7 @@ python -m riffusion.cli image-to-audio --image spectrogram_image.png --audio cli

## Riffusion Playground

Riffusion also has a [streamlit](https://streamlit.io/) app for interactive use and exploration.
This app is called the Riffusion Playground.
Riffusion contains a [streamlit](https://streamlit.io/) app for interactive use and exploration.

Run with:
```
Expand All @@ -127,6 +130,8 @@ python -m streamlit run riffusion/streamlit/playground.py --browser.serverAddres

And access at http://127.0.0.1:8501/

<img alt="Riffusion Playground" style="width: 600px" src="https://i.imgur.com/OOMKBbT.png" />

## Run the model server

Riffusion can be run as a flask server that provides inference via API. This server enables the [web app](https://github.com/riffusion/riffusion-app) to run locally.
Expand Down

0 comments on commit 89f3946

Please sign in to comment.