FoodDesert commited on
Commit
5483d92
1 Parent(s): ea51395

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -1,16 +1,21 @@
1
  ---
2
- title: boring_e621
3
  tags:
4
- - textual inversion embeddings
5
- - image-generation
 
 
6
  license: apache-2.0
7
  ---
8
 
9
- # boring_e621
10
 
11
- This embedding attempts to capture what it means for an image to be uninteresting. It was trained as a negative embedding using e621 style tags as prompts during training.
12
- If you're using the [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui), place the boring_e621_v4.pt file in
13
- stable-diffusion-webui\embeddings and add "boring_e621_v4" to your negative prompt for more interesting outputs.
 
 
 
14
  <br>
15
 
16
  ## Model Description
@@ -53,5 +58,4 @@ Boring_e621 has been reported to work well with SD 1.4 or 1.5 models such as:
53
  * https://civitai.com/models/4698/lawlass-yiff-mix
54
  * https://civitai.com/models/15503/kavka-mix
55
  * https://civitai.com/models/17649/bb95-furry-mix
56
- * https://huggingface.co/Doubleyobro/yiffy-e18 . This was the fine-tuned model used to train boring_e621.
57
-
 
1
  ---
2
+ title: Boring_Embeddings
3
  tags:
4
+ - textual inversion embeddings
5
+ - image-generation
6
+ - stable diffusion
7
+ - AI Art
8
  license: apache-2.0
9
  ---
10
 
11
+ # Boring Embeddings
12
 
13
+ These Stable Diffusion embeddings capture what it means for an image to be uninteresting.
14
+ If you're using the [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui),
15
+ download one of the pt files into your stable-diffusion-webui\embeddings directory and use
16
+ the embedding's name in your NEGATIVE prompt for more interesting outputs.
17
+ ![Where To Put The File(s)](boring_folder.png)
18
+ ![How To Activate Them](boring_automatic1111_interface.png)
19
  <br>
20
 
21
  ## Model Description
 
58
  * https://civitai.com/models/4698/lawlass-yiff-mix
59
  * https://civitai.com/models/15503/kavka-mix
60
  * https://civitai.com/models/17649/bb95-furry-mix
61
+ * https://huggingface.co/Doubleyobro/yiffy-e18 . This was the fine-tuned model used to train boring_e621.