Beinsezii commited on
Commit
b7384e8
·
verified ·
1 Parent(s): 3fe9187

Update README.md

Browse files

Negative can actually work well for vague prompts

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ library_name: diffusers
9
  Effectively increases prompt adherence in a manner that's a bit different than CFG. Helps when the model isn't following instructions correctly.
10
 
11
  ```
 
12
  - 0.01 weight = +1×
13
  - 0.1 weight = +10×
14
  - 1.0 weight = +100×
 
9
  Effectively increases prompt adherence in a manner that's a bit different than CFG. Helps when the model isn't following instructions correctly.
10
 
11
  ```
12
+ - -0.005 weight = -0.5x
13
  - 0.01 weight = +1×
14
  - 0.1 weight = +10×
15
  - 1.0 weight = +100×