minimaxir commited on
Commit
a22b96f
1 Parent(s): cc20980

discrete code block

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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: `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
 
 
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