Nerfgun3 commited on
Commit
700b52a
1 Parent(s): 4748067

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: creativeml-openrail-m
5
+ thumbnail: "https://huggingface.co/datasets/Nerfgun3/ouroboros_embeddings/resolve/main/ouroboros_showcase.jpg"
6
+ tags:
7
+ - stable-diffusion
8
+ - text-to-image
9
+ - image-to-image
10
+ inference: false
11
+ ---
12
+
13
+ # Ouroboros Style Embeddings / Textual Inversion
14
+
15
+ <img alt="Showcase" src="https://huggingface.co/datasets/Nerfgun3/ouroboros_embeddings/resolve/main/ouroboros_showcase.jpg"/>
16
+
17
+ ## Intro
18
+
19
+ Both embeddings are quiet similar in style, but were trained on a different dataset.
20
+
21
+ ## Usage
22
+
23
+ To use my embeddings you have to download the file aswell as drop it into the "\stable-diffusion-webui\embeddings" folder
24
+
25
+ Personally, I would recommend to use my embeddings with a strength of 0.8, like ```"drawn by (filename:0.8)"```
26
+
27
+ I trained both embeddings two epochs until 8000 steps.
28
+
29
+ I hope you enjoy the embedding. If you have any questions, you can ask me anything via Discord: "Nerfgun3#7508"
30
+
31
+ ### Dark ouroboros
32
+
33
+ This embedding was trained on a dataset with dark backgrounds.
34
+
35
+ To use it in a prompt: ```"drawn by dark_ouroboros"```
36
+
37
+ ### White ouroboros
38
+
39
+ This embedding was trained on a dataset with white backgrounds.
40
+
41
+ To use it in a prompt: ```"drawn by white_ouroboros"```
42
+
43
+ ## License
44
+
45
+ This embedding is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
46
+ The CreativeML OpenRAIL License specifies:
47
+
48
+ 1. You can't use the embedding to deliberately produce nor share illegal or harmful outputs or content
49
+ 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
50
+ 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)
51
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)