nubby commited on
Commit
55bfade
1 Parent(s): 96cde38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+
5
+ Waifu-Diffusion-v1-3 based StableDiffusion model with Dreambooth training on images from 3 different anime style artists. Trained to 17,000 steps using 155 total training images.
6
+
7
+ ## Usage
8
+ Can be used in StableDiffusion, including the extremely popular Web UI by Automatic1111, like any other model by placing the .CKPT file in the correct directory. Please consult the documentation for your installation of StableDiffusion for more specific instructions.
9
+
10
+ Use ```"m_kgrartist"``` for kagura_tohru style, ```"m_ozdmartist"``` for ozadomi style, or ```"m_srartist"``` seero style in your prompt to invoke the style of the desired artist.
11
+
12
+ ## Example images from ```"m_kgrartist"```
13
+
14
+ <table>
15
+ <tr>
16
+ <td><img src=https://i.imgur.com/SIA7g2C.png width=100% height=100%/></td>
17
+ <td><img src=https://i.imgur.com/UbBsvZo.png width=100% height=100%/></td>
18
+ <td><img src=https://i.imgur.com/kMv5MH9.png width=100% height=100%/></td>
19
+ <td><img src=https://i.imgur.com/BiYihYs.png width=100% height=100%/></td>
20
+ </tr>
21
+ </table>
22
+
23
+ ## Example images from ```"m_ozdmartist"```
24
+
25
+ <table>
26
+ <tr>
27
+ <td><img src=https://i.imgur.com/BiYihYs.png width=100% height=100%/></td>
28
+ <td><img src=https://i.imgur.com/LFrQsy6.png width=100% height=100%/></td>
29
+ <td><img src=https://i.imgur.com/DnHg1Kp.png width=100% height=100%/></td>
30
+ <td><img src=https://i.imgur.com/cXooD2r.png width=100% height=100%/></td>
31
+ </tr>
32
+ </table>
33
+
34
+ ## Example images from ```"m_srartist"```
35
+
36
+ <table>
37
+ <tr>
38
+ <td><img src=https://i.imgur.com/0gsFN2H.png width=100% height=100%/></td>
39
+ <td><img src=https://i.imgur.com/aDJr8x6.png width=100% height=100%/></td>
40
+ <td><img src=https://i.imgur.com/AUafGCd.png width=100% height=100%/></td>
41
+ <td><img src=https://i.imgur.com/va246Yv.png width=100% height=100%/></td>
42
+ </tr>
43
+ </table>