Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,31 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
|
|
3 |
---
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- text-to-image
|
7 |
license: mit
|
8 |
+
|
9 |
---
|
10 |
+
|
11 |
+
# Rebecca Subject Model / Dreambooth Training
|
12 |
+
|
13 |
+
## Usage
|
14 |
+
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
|
15 |
+
|
16 |
+
To use it in a prompt: ```"Rebecca girl"``` for highest strength or just "Rebecca"
|
17 |
+
|
18 |
+
To increase the strength put "Rebecca girl" in () brackets
|
19 |
+
To decrease the strength put "Rebecca girl" in [] brackets
|
20 |
+
|
21 |
+
Waifu_diffusion base trained model trained to 3,500 steps
|
22 |
+
|
23 |
+
Have fun :)
|
24 |
+
## Example Pictures from Rebecca_3.5k
|
25 |
+
<table>
|
26 |
+
<tr>
|
27 |
+
<td><img src=https://i.imgur.com/h9milQd.png width=100% height=100%/></td>
|
28 |
+
<td><img src=https://i.imgur.com/3Uxe6Bi.png width=100% height=100%/></td>
|
29 |
+
<td><img src=https://i.imgur.com/FHczkJj.png width=100% height=100%/></td>
|
30 |
+
</tr>
|
31 |
+
</table>
|