grullborg commited on
Commit
71a3b20
1 Parent(s): 5a4c71e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1,3 +1,47 @@
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
+ # Katanagatari 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
+ As it's slightly overtrained, I highly recommend using it at anywhere between 0.3 to 0.8 strength for the best results.
19
+ If you want to use it at higher strength, you'll need to put a lot of weighting on any details in your prompt that weren't in the training data.
20
+
21
+ This LoRA was inspired by the art style of the 2010 anime Katanagatari, and I'd highly recommend you check it out [here](https://myanimelist.net/anime/6594/Katanagatari).
22
+
23
+ Have fun :)
24
+
25
+ ## Example Pictures
26
+
27
+ <table>
28
+ <tr>
29
+ <td><img src=https://i.imgur.com/6OJ3Psh.png width=50% height=100%/></td>
30
+ </tr>
31
+ <tr>
32
+ <td><img src=https://i.imgur.com/HqGXdmr.png width=50% height=100%/></td>
33
+ </tr>
34
+ <tr>
35
+ <td><img src=https://i.imgur.com/EsrPIch.png width=50% height=100%/></td>
36
+ </tr>
37
+ </table>
38
+
39
+ ## License
40
+
41
+ This embedding is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
42
+ The CreativeML OpenRAIL License specifies:
43
+
44
+ 1. You can't use the embedding to deliberately produce nor share illegal or harmful outputs or content
45
+ 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
46
+ 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)
47
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)