grullborg commited on
Commit
0bf788f
1 Parent(s): 5f829c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
 
 
 
 
 
 
2
  license: creativeml-openrail-m
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
+ - lora
8
  license: creativeml-openrail-m
9
+ inference: false
10
  ---
11
+
12
+ # Kamiya Yuu Style LoRA
13
+
14
+ ## Usage
15
+ To use this LoRA you have to download the file, as well as drop it into the "\stable-diffusion-webui\models\Lora" folder
16
+
17
+ To use it in a prompt, please refer to the extra networks panel in your Automatic1111 webui.
18
+ I highly recommend using it at around 0.8 strength for the best results.
19
+
20
+ If you'd like to support the amazing artist on whose work this LoRA was trained, I'd highly recommend you check out [Kamiya Yuu](https://twitter.com/yuukamiya68?lang=en).
21
+
22
+ Have fun :)
23
+
24
+ ## Example Pictures
25
+
26
+ <table>
27
+ <tr>
28
+ <td><img src=https://i.imgur.com/96fultD.png width=50% height=100%/></td>
29
+ </tr>
30
+ <tr>
31
+ <td><img src=https://i.imgur.com/y66xA99.png width=50% height=100%/></td>
32
+ </tr>
33
+ <tr>
34
+ <td><img src=https://i.imgur.com/btwOjyJ.png width=50% height=100%/></td>
35
+ </tr>
36
+ </table>
37
+
38
+ ## License
39
+
40
+ This embedding is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
41
+ The CreativeML OpenRAIL License specifies:
42
+
43
+ 1. You can't use the embedding to deliberately produce nor share illegal or harmful outputs or content
44
+ 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
45
+ 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)
46
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)