Eppinette commited on
Commit
9a8fbc3
1 Parent(s): b2dbf07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -4
README.md CHANGED
@@ -1,8 +1,45 @@
1
  ---
 
 
 
 
 
2
  license: mit
 
3
  ---
4
- A concept model trained on a variety of varying styles but same concept under the class of "style".
5
- For best results use "cyberware style" and the token "mechanical parts". For more guided generations replace "mechanical parts" with "mechanical [arm/leg/spine/etc]"
6
 
7
- This model was trained on Waifu diffusion 1.3 so it has some difficulty generating realism but a 0.3 merge with SD has yielded good results.
8
- Img2img capabilities are where this model really shines in my opinion.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
  license: mit
8
+
9
  ---
 
 
10
 
11
+ # Cyberware Conceptual Model / Dreambooth Training
12
+
13
+ ## Usage
14
+ To use these models 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: ```"art in cyberware style"```
17
+
18
+ For best results specify "mechanical 'body part or object'" or simply "mechanical parts"
19
+
20
+ To increase the strength put "cyberware style" in () brackets
21
+ To decrease the strength put "cyberware style" in [] brackets
22
+
23
+ Waifu_diffusion base trained model trained to 6,000 steps
24
+ Trinart base trained model trained to 4,000 steps
25
+
26
+ Have fun :)
27
+
28
+ ## Example Pictures from Waifu_Diffusion version
29
+
30
+ <table>
31
+ <tr>
32
+ <td><img src=https://i.imgur.com/qu7CmjG.png width=100% height=100%/></td>
33
+ <td><img src=https://i.imgur.com/mhHXG4n.png width=100% height=100%/></td>
34
+ <td><img src=https://i.imgur.com/BC3Lh8d.png width=100% height=100%/></td>
35
+ </tr>
36
+ </table>
37
+
38
+ ## Example Pictures from Trinart version
39
+
40
+ <table>
41
+ <tr>
42
+ <td><img src=https://i.imgur.com/A4G7I6x.png width=100% height=100%/></td>
43
+ <td><img src=https://i.imgur.com/YSAZr2y.png width=100% height=100%/></td>
44
+ </tr>
45
+ </table>