FoodDesert commited on
Commit
0556494
1 Parent(s): dcc9ebc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -31,7 +31,7 @@ the embedding's name in your NEGATIVE prompt for more interesting outputs.
31
 
32
  ## Model Description
33
 
34
- The motivation for Boring Embeddings is that negative embeddings like [Bad Prompt](https://huggingface.co/datasets/Nerfgun3/bad_prompt),
35
  whose training is described [here](https://www.reddit.com/r/StableDiffusion/comments/yy2i5a/i_created_a_negative_embedding_textual_inversion/)
36
  depend on manually curated lists of tags describing features people do not want their images to have, such as "deformed hands". Some problems with this approach are:
37
  * Manually compiled lists will inevitably be incomplete.
@@ -62,8 +62,8 @@ the model avoids making mistakes that would make the generation more boring.
62
  ### boring_e621_v4
63
 
64
  - **Description**: Extends the basic Boring embedding idea with several improvements including:
65
- - Tweaks to how data was selected for inclusion.
66
- - Initialized with text "by <average vector representation of 100 low-scoring e621 artist names>" (which means that you should not have to use the word "by" to trigger it anymore)
67
  - **Training Data Description**: About 600 several-month-old images from e621.net having 0 favorites and a score of 0. (Comic pages are no longer excluded)
68
  - **Model Trained On**: [YE18](https://huggingface.co/Doubleyobro/yiffy-e18).
69
  - **Use Case**: The most general purpose embedding. Probably the best Boring embedding for most SD 1.4 or 1.5 based models.
 
31
 
32
  ## Model Description
33
 
34
+ The motivation for Boring embeddings is that negative embeddings like [Bad Prompt](https://huggingface.co/datasets/Nerfgun3/bad_prompt),
35
  whose training is described [here](https://www.reddit.com/r/StableDiffusion/comments/yy2i5a/i_created_a_negative_embedding_textual_inversion/)
36
  depend on manually curated lists of tags describing features people do not want their images to have, such as "deformed hands". Some problems with this approach are:
37
  * Manually compiled lists will inevitably be incomplete.
 
62
  ### boring_e621_v4
63
 
64
  - **Description**: Extends the basic Boring embedding idea with several improvements including:
65
+ - Tweaks to how data was selected for inclusion.
66
+ - Initialized with text "by <average vector representation of 100 low-scoring e621 artist names>" (which means that you should not have to use the word "by" to trigger it anymore)
67
  - **Training Data Description**: About 600 several-month-old images from e621.net having 0 favorites and a score of 0. (Comic pages are no longer excluded)
68
  - **Model Trained On**: [YE18](https://huggingface.co/Doubleyobro/yiffy-e18).
69
  - **Use Case**: The most general purpose embedding. Probably the best Boring embedding for most SD 1.4 or 1.5 based models.