FoodDesert commited on
Commit
98520ab
·
1 Parent(s): e463596

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -21,17 +21,20 @@ whose training is described [here](https://www.reddit.com/r/StableDiffusion/comm
21
  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:
22
  * Manually compiled lists will inevitably be incomplete.
23
  * Models might not always understand the tags well due to a dearth of training images labeled with these tags.
24
- * It can only capture named concepts. If there exist unnamed yet visually unappealing concepts that just make an image look wrong, but for reasons that cannot be succinctly explained, they will not be captured by a list of tags.
 
25
  <br>
26
 
27
- To address these problems, boring_e621 employs textual inversion directly on a set of 100 of the most boring images on the furry image site e621.net.
28
- These images were automatically collected by querying e621 for images that no user has ever Favorited or Up-Voted.
29
- Almost all images on the site have at least one up vote or favorite, so the images that no one favorited are some of the very most uninspiring images on the website.
30
- Thus, you should be able to use the resulting embedding as a negative prompt to make your generated images Not Boring.
 
 
31
  <br>
32
 
33
  # Bias, Risks, and Limitations
34
- * Using this as a negative embedding often sacrifices some fidelity to the prompt. For example, characters in the image may disappear or change eye/skin/fur color.
35
  * Using this as a negative embedding may introduce unexpected or undesired content into the image to make it look less boring.
36
  * Unlike other negative embeddings, this is not intended to fix problems like extra limbs or deformed hands. It can be used alongside other negative embeddings to fix deformities.
37
  <br>
@@ -62,10 +65,11 @@ Finally, I qualitatively evaluated the attractiveness and interestingness of the
62
 
63
  ## Other Models
64
 
65
- Boring_e621 has been reported to work well with SD 1.4 or 1.5 furry models such as:
 
66
  * https://civitai.com/models/12979/lawlass-yiffymix-20-furry-model
67
  * https://civitai.com/models/4698/lawlass-yiff-mix
68
  * https://civitai.com/models/15503/kavka-mix
69
  * https://civitai.com/models/17649/bb95-furry-mix
70
- * https://huggingface.co/Doubleyobro/yiffy-e18
71
 
 
21
  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:
22
  * Manually compiled lists will inevitably be incomplete.
23
  * Models might not always understand the tags well due to a dearth of training images labeled with these tags.
24
+ * It can only capture named concepts. If there exist unnamed yet visually unappealing concepts that just make an image look wrong,
25
+ * but for reasons that cannot be succinctly explained, they will not be captured by a list of tags.
26
  <br>
27
 
28
+ To address these problems, boring_e621 employs textual inversion on a set of images automatically extracted from the art site
29
+ e621.net, a rich resource of millions of hand-labeled artworks, each of which is both hand-labeled topically and rated
30
+ according to its quality. E621.net allows users to express their approval of an artwork by either up-voting it, or marking it as a favorite.
31
+ Boring_e621 was specifically trained artworks automatically selected from the site according to the criteria
32
+ that no user has ever Favorited or Up-Voted them. boring_e621 thus learned to produce low-quality images, so when it is
33
+ used in the negative prompt of a stable diffusion image generator, the model avoids making mistakes that would make the generation more boring.
34
  <br>
35
 
36
  # Bias, Risks, and Limitations
37
+ * Using this as a negative embedding often sacrifices some fidelity to the prompt. For example, characters in the image may disappear or change eye/skin color.
38
  * Using this as a negative embedding may introduce unexpected or undesired content into the image to make it look less boring.
39
  * Unlike other negative embeddings, this is not intended to fix problems like extra limbs or deformed hands. It can be used alongside other negative embeddings to fix deformities.
40
  <br>
 
65
 
66
  ## Other Models
67
 
68
+ Boring_e621 has been reported to work well with SD 1.4 or 1.5 models such as:
69
+ * https://civitai.com/models/18208?modelVersionId=68551
70
  * https://civitai.com/models/12979/lawlass-yiffymix-20-furry-model
71
  * https://civitai.com/models/4698/lawlass-yiff-mix
72
  * https://civitai.com/models/15503/kavka-mix
73
  * https://civitai.com/models/17649/bb95-furry-mix
74
+ * https://huggingface.co/Doubleyobro/yiffy-e18 . This was the fine-tuned model used to train boring_e621.
75