From 557e4c969a7f1aeabfd0607ea5014382398de02e Mon Sep 17 00:00:00 2001 From: imrayya Date: Fri, 13 Jan 2023 14:33:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fabefc0..1d8b78c 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ Adds a tab to the webui that allows the user to generate a prompt from a small b - **Max Length**: the maximum number of tokens for the output of the model - **Repetition Penalty**: The penalty value for each repetition of a token - **How Many To Generate**: The number of results to generate -- **Use blacklist?** Using `.\extensions\stable-diffusion-webui-Prompt_Generator\blacklist.txt`. It will delete any matches to the generated result (case insensitive). *Be aware that it simply deletes it and doesn't generate more to make up for the lost words* +- **Use blacklist?** Using `.\extensions\stable-diffusion-webui-Prompt_Generator\blacklist.txt`. It will delete any matches to the generated result (case insensitive). Each item to be filtered out should be on a new line. *Be aware that it simply deletes it and doesn't generate more to make up for the lost words*