Nerfgun3 commited on
Commit
6433e92
1 Parent(s): eb2bf9a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Ao 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 ao_style"```
18
+
19
+ If it is to strong just add [] around it.
20
+
21
+ Trained until 10000 steps
22
+
23
+ I added a 7.5k steps trained ver in the files aswell. If you want to use that version, remove the ```"-7500"``` from the file name and replace the 10k steps ver in your folder
24
+
25
+ Have fun :)
26
+
27
+ ## Example Pictures
28
+
29
+ To be added
30
+
31
+ ## License
32
+
33
+ This embedding is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
34
+ The CreativeML OpenRAIL License specifies:
35
+
36
+ 1. You can't use the embedding to deliberately produce nor share illegal or harmful outputs or content
37
+ 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
38
+ 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)
39
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)