Commit
·
9fdbbd4
1
Parent(s):
076e48d
Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ license: apache-2.0
|
|
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 .pt file in
|
13 |
-
stable-diffusion-webui\embeddings and add "
|
14 |
<br>
|
15 |
|
16 |
## Model Description
|
@@ -21,8 +21,7 @@ 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,
|
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
|
|
|
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
|
|
|
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 on a set of images automatically extracted from the art site
|