discrete code block
Browse files
README.md
CHANGED
@@ -6,7 +6,11 @@ license: mit
|
|
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:
|
|
|
|
|
|
|
|
|
10 |
|
11 |
The training and concept of this embedding is adapted from [Nerfgun3/bad_prompt](https://huggingface.co/datasets/Nerfgun3/bad_prompt).
|
12 |
|
|
|
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:
|
10 |
+
|
11 |
+
```txt
|
12 |
+
in the style of <wrong>
|
13 |
+
```
|
14 |
|
15 |
The training and concept of this embedding is adapted from [Nerfgun3/bad_prompt](https://huggingface.co/datasets/Nerfgun3/bad_prompt).
|
16 |
|