initial
Browse files- .gitignore +1 -0
- README.md +17 -0
- docs/hamburger.webp +0 -0
- learned_embeds.bin +3 -0
- token_identifier.txt +1 -0
- type_of_concept.txt +1 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.DS_Store
|
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
### Wrong Embedding for Stable Diffusion 2.0
|
6 |
+
|
7 |
+
A textual inversion embedding for the `<wrong>` token, intended to be used as a negative prompt to improve the quality and fidelity of generated images.
|
8 |
+
|
9 |
+
It's recommended to use the following as a negative prompt: `in the style of <wrong>`
|
10 |
+
|
11 |
+
The training and concept of this embedding is adapted from [Nerfgun3/bad_prompt](https://huggingface.co/datasets/Nerfgun3/bad_prompt).
|
12 |
+
|
13 |
+
## Demos
|
14 |
+
|
15 |
+
For these demos, `ORIGINAL` is the base prompt, `PROMPT` corresponds to a standard negative prompt, and `TOKEN` uses `in the style of <wrong>` as the negative prompt. All three images are generated using the same latent/scheduler/seed.
|
16 |
+
|
17 |
+
![](docs/hamburger.webp)
|
docs/hamburger.webp
ADDED
learned_embeds.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4de3c0acce69fc1c1a9768571880ecdb54ea8e0fafb5c4b09eb1f1b4ddb796e0
|
3 |
+
size 4843
|
token_identifier.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<wrong>
|
type_of_concept.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
style
|