Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- text-to-image
|
7 |
+
license: mit
|
8 |
+
|
9 |
---
|
10 |
+
|
11 |
+
# Soft Brush Style Model / Dreambooth Training
|
12 |
+
|
13 |
+
This model is trained entirely on a collection of similar style images from varying sources
|
14 |
+
|
15 |
+
# Use
|
16 |
+
|
17 |
+
To use this model you have to download the .ckpt file as well as drop it into the "\stable-diffusion-webui\models\Stable-diffusion" folder
|
18 |
+
|
19 |
+
To use it in a prompt: ```"m_sb style"``` for highest strength or just "m_sb"
|
20 |
+
|
21 |
+
To increase the strength put "m_sb style" in () brackets
|
22 |
+
To decrease the strength put "m_sb style" in [] brackets
|
23 |
+
|
24 |
+
Waifu_diffusion base trained model trained to 15,000 steps
|
25 |
+
|
26 |
+
Have fun :)
|
27 |
+
## Example Pictures from ouroboros_model_iteration_1
|
28 |
+
<table>
|
29 |
+
<tr>
|
30 |
+
<td><img src=https://i.imgur.com/7QmMnlN.png width=100% height=100%/></td>
|
31 |
+
<td><img src=https://i.imgur.com/ORD35Gt.png width=100% height=100%/></td>
|
32 |
+
<td><img src=https://i.imgur.com/HUhvSF6.png width=100% height=100%/></td>
|
33 |
+
<td><img src=https://i.imgur.com/NGud9La.png width=100% height=100%/></td>
|
34 |
+
<td><img src=https://i.imgur.com/wWBYJ2W.png width=100% height=100%/></td>
|
35 |
+
<td><img src=https://i.imgur.com/u8PlDbS.png width=100% height=100%/></td>
|
36 |
+
</tr>
|
37 |
+
</table>
|