Nerfgun3 commited on
Commit
4bdb533
1 Parent(s): 909969f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Neko Model
13
+
14
+ This model combines was trained on 100 Neko Girl Pictures
15
+
16
+ ## Usage
17
+ To use this model you have to download the file aswell as drop it into the "\stable-diffusion-webui\models\Stable-diffusion" folder
18
+
19
+ Class names: ```neko```
20
+
21
+ If it is to strong just add [] around it.
22
+
23
+ Trained until 10000 steps
24
+
25
+ Have fun :)
26
+
27
+ ## Example Pictures
28
+
29
+ <table>
30
+ <tr>
31
+ <td><img src=https://i.imgur.com/MpyeqMe.png width=100% height=100%/></td>
32
+ <td><img src=https://i.imgur.com/wxzvHrL.png width=100% height=100%/></td>
33
+ <td><img src=https://i.imgur.com/MuUnJY5.png width=100% height=100%/></td>
34
+ <td><img src=https://i.imgur.com/XeDC8xA.png width=100% height=100%/></td>
35
+ <td><img src=https://i.imgur.com/XmLTrEl.png width=100% height=100%/></td>
36
+ </tr>
37
+ </table>
38
+
39
+ ## License
40
+
41
+ This model 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 model 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)