Nerfgun3 commited on
Commit
88835bf
1 Parent(s): 957cc2c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Sciamano Artist Embedding / Textual Inversion
13
+
14
+ ## Usage
15
+ To use this embedding you have to download the file aswell as drop it into the "\stable-diffusion-webui\embeddings" folder
16
+
17
+ To use it in a prompt: ```"drawn by sciamano"```
18
+
19
+ If it is to strong just add [] around it.
20
+
21
+ Trained until 14000 steps
22
+
23
+ Have fun :)
24
+
25
+ ## Example Pictures
26
+
27
+ <table>
28
+ <tr>
29
+ <td><img src=https://i.imgur.com/xlHVUJ4.png width=100% height=100%/></td>
30
+ <td><img src=https://i.imgur.com/Nsqdc5Q.png width=100% height=100%/></td>
31
+ <td><img src=https://i.imgur.com/Av4NTd8.png width=100% height=100%/></td>
32
+ <td><img src=https://i.imgur.com/ctVCTiY.png width=100% height=100%/></td>
33
+ <td><img src=https://i.imgur.com/kO6IE4S.png width=100% height=100%/></td>
34
+ </tr>
35
+ </table>
36
+
37
+ ## License
38
+
39
+ This embedding is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
40
+ The CreativeML OpenRAIL License specifies:
41
+
42
+ 1. You can't use the embedding to deliberately produce nor share illegal or harmful outputs or content
43
+ 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
44
+ 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)
45
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)