grullborg commited on
Commit
8e8a05a
1 Parent(s): af7192c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
 
 
 
 
 
2
  license: creativeml-openrail-m
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
  license: creativeml-openrail-m
8
+ inference: false
9
+
10
  ---
11
+
12
+ # Slyvanie Style Embedding / Textual Inversion
13
+
14
+ ## Usage
15
+ To use this embedding you have to download the file, as well as drop it into the "\stable-diffusion-webui\embeddings" folder
16
+
17
+ To use it in a prompt: ```"art by slyvanie_style"```
18
+
19
+ If it is to strong just add [] around it.
20
+
21
+ This embedding was trained to 14500 steps.
22
+
23
+ If you'd like to support the amazing artist whose artwork contributed to this embedding's training, I'd highly recommend you check out slyvanie [here](https://www.deviantart.com/slyvanie), [here](https://www.artstation.com/slyvanie) and [here](https://slyvanie.weebly.com/).
24
+
25
+ Have fun :)
26
+
27
+ ## Example Pictures
28
+
29
+ <table>
30
+ <tr>
31
+ <td><img src=https://i.imgur.com/0PaBO0M.png width=100% height=100%/></td>
32
+ </tr>
33
+ <tr>
34
+ <td><img src=https://i.imgur.com/XpdAIdo.png width=100% height=100%/></td>
35
+ </tr>
36
+ <tr>
37
+ <td><img src=https://i.imgur.com/3TuxD9L.png width=100% height=100%/></td>
38
+ </tr>
39
+ <tr>
40
+ <td><img src=https://i.imgur.com/jsYluEQ.png width=100% height=100%/></td>
41
+ </tr>
42
+ <tr>
43
+ <td><img src=https://i.imgur.com/H9XScnZ.png width=100% height=100%/></td>
44
+ </tr>
45
+ </table>
46
+
47
+ ## License
48
+
49
+ This embedding is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
50
+ The CreativeML OpenRAIL License specifies:
51
+
52
+ 1. You can't use the embedding to deliberately produce nor share illegal or harmful outputs or content
53
+ 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
54
+ 3. You may re-distribute the weights and use the embedding commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
55
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)