Update README.md

if weighted choice is enabled, the power works
main
toshiaki1729 2022-12-26 15:38:55 +09:00 committed by GitHub
parent 4c2e0e1f25
commit 867a48ad52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ git clone https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git
- For more creative result
- increase "k value" or "p value"
- disable "Use weighted choice"
- use "Cutoff and Power" and decrease "Power" ("Top-k" will ignore this option unless it is set to 0)
- use "Cutoff and Power" and decrease "Power"
- or use "Softmax" (may generate unwanted tags more often)
- For more strict result
- decrease "k value" or "p value"
- use "Cutoff and Power" and increase "Power" ("Top-k" will ignore)
- use "Cutoff and Power" and increase "Power"
- You can enter very long sentences, but the more specific it is, the fewer results you will get.
## How it works