Nerfgun3 commited on
Commit
3d25803
1 Parent(s): 26c98e5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Art Model
13
+
14
+ This model combines three different artstyles
15
+
16
+ 1. [Flower Style](https://huggingface.co/datasets/Nerfgun3/flower_style)
17
+ 2. [Wlop Stlye](https://huggingface.co/datasets/Nerfgun3/wlop_style)
18
+ 3. Sciamano Style
19
+
20
+ ## Usage
21
+ To use this model you have to download the file aswell as drop it into the "\stable-diffusion-webui\models\Stable-diffusion" folder
22
+
23
+ Class names:
24
+
25
+ 1. ```m_flower``` - For more Flower Style Art
26
+ 2. ```m_wlop``` - For more Wlop Stlye Art
27
+ 3. ```m_sas``` - For more Sciamano Style Art
28
+
29
+ If it is to strong just add [] around it.
30
+
31
+ Trained until 9000 steps
32
+
33
+ Have fun :)
34
+
35
+ ## Example Pictures
36
+
37
+ <table>
38
+ <tr>
39
+ <td><img src=https://i.imgur.com/2PFk7WC.png width=100% height=100%/></td>
40
+ <td><img src=https://i.imgur.com/qSFfDGC.png width=100% height=100%/></td>
41
+ <td><img src=https://i.imgur.com/PLzVdu5.png width=100% height=100%/></td>
42
+ <td><img src=https://i.imgur.com/kmu1Huy.png width=100% height=100%/></td>
43
+ <td><img src=https://i.imgur.com/QVU5zs2.png width=100% height=100%/></td>
44
+ </tr>
45
+ </table>
46
+
47
+ ## License
48
+
49
+ This model 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 model 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)