FoodDesert commited on
Commit
6a3d901
1 Parent(s): 82b25cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -8,10 +8,14 @@ tags:
8
  license: apache-2.0
9
  ---
10
 
 
 
 
 
11
  # Boring Embeddings Quick Start
12
 
13
  These Stable Diffusion embeddings capture what it means for an image to be uninteresting.
14
- This is useful because it allows you to instruct your model NOT to produce images that look uninteresting.
15
  If you're using the [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui),
16
  just download one of the pt files into your stable-diffusion-webui\embeddings directory and use
17
  the embedding's name in your NEGATIVE prompt for more interesting outputs.
@@ -48,6 +52,7 @@ the model avoids making mistakes that would make the generation more boring.
48
  <br>
49
 
50
 
 
51
  ## Versions
52
 
53
  ### **boring_e621**:
@@ -91,7 +96,7 @@ the model avoids making mistakes that would make the generation more boring.
91
  # Bias, Risks, and Limitations
92
  * Using these negative embeddings sacrifices some fidelity to the prompt in exchange for improved overall quality. For example, characters in the image may disappear or change eye/skin color.
93
  * Using these negative embeddings may introduce unexpected or undesired content into the image to make it look less boring.
94
- * Unlike other negative embeddings, the Boring embeddings are not intended to fix problems like extra limbs or deformed hands. They can be used alongside other negative embeddings to fix deformities.
95
  <br>
96
 
97
 
 
8
  license: apache-2.0
9
  ---
10
 
11
+
12
+ ![Hamburger Comparison](hamburger_comparison.jpg)
13
+
14
+
15
  # Boring Embeddings Quick Start
16
 
17
  These Stable Diffusion embeddings capture what it means for an image to be uninteresting.
18
+ This is useful because it allows you to instruct your model NOT to produce images that look uninteresting, as illustrated above.
19
  If you're using the [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui),
20
  just download one of the pt files into your stable-diffusion-webui\embeddings directory and use
21
  the embedding's name in your NEGATIVE prompt for more interesting outputs.
 
52
  <br>
53
 
54
 
55
+
56
  ## Versions
57
 
58
  ### **boring_e621**:
 
96
  # Bias, Risks, and Limitations
97
  * Using these negative embeddings sacrifices some fidelity to the prompt in exchange for improved overall quality. For example, characters in the image may disappear or change eye/skin color.
98
  * Using these negative embeddings may introduce unexpected or undesired content into the image to make it look less boring.
99
+ * Unlike other negative embeddings, the Boring embeddings are not intended to fix problems like extra limbs or deformed hands. They can be used alongside other negative embeddings to fix deformities.
100
  <br>
101
 
102