sethforsgren
commited on
Commit
•
2885a47
1
Parent(s):
728d14c
Update README.md
Browse files
README.md
CHANGED
@@ -18,13 +18,30 @@ extra_gated_prompt: |-
|
|
18 |
extra_gated_heading: Please read the LICENSE to access this model
|
19 |
---
|
20 |
|
21 |
-
# Riffusion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
Riffusion is a latent text-to-image diffusion model capable of generating spectrogram images given any text input. These spectrograms can be converted into audio clips.
|
24 |
|
25 |
The model was created by [Seth Forsgren](https://sethforsgren.com/) and [Hayk Martiros](https://haykmartiros.com/) as a hobby project.
|
26 |
|
27 |
-
You can use the Riffusion model directly, or try the [Riffusion web app](https://www.riffusion.com/).
|
28 |
|
29 |
The Riffusion model was created by fine-tuning the **Stable-Diffusion-v1-5** checkpoint. Read about Stable Diffusion here [🤗's Stable Diffusion blog](https://huggingface.co/blog/stable_diffusion).
|
30 |
|
|
|
18 |
extra_gated_heading: Please read the LICENSE to access this model
|
19 |
---
|
20 |
|
21 |
+
# Riffusion
|
22 |
+
|
23 |
+
Riffusion is an app for real-time music generation with stable diffusion.
|
24 |
+
|
25 |
+
Read about it at https://www.riffusion.com/about and try it at https://www.riffusion.com/.
|
26 |
+
|
27 |
+
* Web app: https://github.com/hmartiro/riffusion-app
|
28 |
+
* Inference server: https://github.com/hmartiro/riffusion-inference
|
29 |
+
* Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
|
30 |
+
|
31 |
+
This repository contains the model files, including:
|
32 |
+
|
33 |
+
* a diffusers formated library
|
34 |
+
* a compiled checkpoint file
|
35 |
+
* a traced unet for improved inference speed
|
36 |
+
* a seed image library for use with riffusion-app
|
37 |
+
|
38 |
+
# Riffusion v1 Model
|
39 |
|
40 |
Riffusion is a latent text-to-image diffusion model capable of generating spectrogram images given any text input. These spectrograms can be converted into audio clips.
|
41 |
|
42 |
The model was created by [Seth Forsgren](https://sethforsgren.com/) and [Hayk Martiros](https://haykmartiros.com/) as a hobby project.
|
43 |
|
44 |
+
You can use the Riffusion model directly, or try the [Riffusion web app](https://www.riffusion.com/).
|
45 |
|
46 |
The Riffusion model was created by fine-tuning the **Stable-Diffusion-v1-5** checkpoint. Read about Stable Diffusion here [🤗's Stable Diffusion blog](https://huggingface.co/blog/stable_diffusion).
|
47 |
|