Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- ultra-realistic
|
| 6 |
+
- text-to-image
|
| 7 |
+
- stable-diffusion
|
| 8 |
+
- distilled-model
|
| 9 |
+
- knowledge-distillation
|
| 10 |
+
library_name: diffusers
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# Segmind Stable Diffusion 1B (SSD-1B)
|
| 14 |
+
|
| 15 |
+
Original model: https://huggingface.co/segmind/SSD-1B
|
| 16 |
+
|
| 17 |
+
Removed full precision weights for faster download and less use of space, also added metadata for displaying inside the app.
|
| 18 |
+
|
| 19 |
+
Made to be used with Image Artisan XL.
|