Nerfgun3 commited on
Commit
ffdf419
1 Parent(s): 2395ebe

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
+ license: creativeml-openrail-m
5
+ thumbnail: "https://huggingface.co/datasets/Nerfgun3/bad_prompt/resolve/main/bad_prompt_showcase.jpg"
6
+ tags:
7
+ - stable-diffusion
8
+ - text-to-image
9
+ - image-to-image
10
+ inference: false
11
+ ---
12
+
13
+ # Stripe Style Embedding / Textual Inversion
14
+
15
+ <img alt="Showcase" src="https://huggingface.co/datasets/Nerfgun3/bad_prompt/resolve/main/bad_prompt_showcase.jpg"/>
16
+
17
+ ## Idea
18
+
19
+ The idea behind this embedding was to somehow train the negative prompt as an embedding, thus unifying the basis of the negative prompt into one word or embedding.
20
+
21
+ Side note: Embedding has proven to be very helpful for the generation of hands! :)
22
+
23
+ ## Usage
24
+
25
+ To use this embedding you have to download the file aswell as drop it into the "\stable-diffusion-webui\embeddings" folder.
26
+
27
+ To use it in the negative prompt: ```"bad_prompt"```
28
+
29
+ **Please put the embedding in the negative prompt to get the right results!**
30
+
31
+ For special negative tags such as "malformed sword", you still need to add them yourself. The negative embedding is trained on a basic skeleton for the negative prompt, which should provide a high-resolution image as a result.
32
+
33
+ Personally, I would recommend to use my embeddings with a strength of 0.8 even the negative prompts, like ```"(bad_prompt:0.8)"```
34
+
35
+ I trained the embedding two epochs until 8000 steps.
36
+
37
+ I hope you enjoy the embedding. If you have any questions, you can ask me anything via Discord: "Nerfgun3#7508"
38
+
39
+ ## License
40
+
41
+ This embedding 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 embedding 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)