Add smaller model info to the readme
Browse files
README.md
CHANGED
@@ -31,7 +31,16 @@ extra_gated_heading: Please read the LICENSE to access this model
|
|
31 |
library_name: diffusers
|
32 |
---
|
33 |
|
34 |
-
# Riffusion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
Riffusion is an app for real-time music generation with stable diffusion.
|
37 |
|
|
|
31 |
library_name: diffusers
|
32 |
---
|
33 |
|
34 |
+
# Riffusion (Smaller model)
|
35 |
+
|
36 |
+
This model is smaller in filesize ([2.13GB](/GitMylo/riffusion-model-v1-small) VS [14.6GB](/riffusion/riffusion-model-v1)) due to being lower precision and having ema weights and some things stuff stripped.
|
37 |
+
* Generated spectrograms will be different from the ones in the 14.6GB model
|
38 |
+
* There is no noticable quality difference between the original and the small model
|
39 |
+
* The small model is easier to load on low cpu RAM, for example: If you have only 16GB of RAM, loading the large model could have some issues, like in my case, my pc froze for a few seconds.
|
40 |
+
* The small model loads faster than the large model
|
41 |
+
* The large model is probably better for training, but i have had great success with training LoRA on the small model.
|
42 |
+
|
43 |
+
# Riffusion (Original readme)
|
44 |
|
45 |
Riffusion is an app for real-time music generation with stable diffusion.
|
46 |
|