FoodDesert commited on
Commit
dfd31e2
·
verified ·
1 Parent(s): 4ab6849

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -46,6 +46,8 @@ The Boring embeddings were specifically trained on artworks automatically select
46
  that no user has ever favorited them, and they have 0 or only a very small number of up or down votes. The Boring embeddings
47
  thus learned to produce uninteresting low-quality images, so when they are used in the negative prompt of a stable diffusion image generator,
48
  the model avoids making mistakes that would make the generation more boring.
 
 
49
  <br>
50
  <br>
51
 
 
46
  that no user has ever favorited them, and they have 0 or only a very small number of up or down votes. The Boring embeddings
47
  thus learned to produce uninteresting low-quality images, so when they are used in the negative prompt of a stable diffusion image generator,
48
  the model avoids making mistakes that would make the generation more boring.
49
+ Each training sample consisted of an image paired with a comma-separated list of all the tags associated with it on the site it was sourced from, with the embedding’s name prepended to the list.
50
+ This ensures that the model learns to associate the embedding with the characteristics of uninteresting images in a way that aligns with the dataset’s tagging system.
51
  <br>
52
  <br>
53