Fix spelling mistakes

pull/17/head
fred 2023-03-17 01:25:29 -07:00
parent 22af16370d
commit fb17e6d8e2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ The initial use of the model may take longer as it needs to be downloaded to you
- **Repetition Penalty**: The parameter for repetition penalty. 1.0 means no penalty. See [this paper](https://arxiv.org/pdf/1909.05858.pdf) for more details. Default setting is 1.2 - **Repetition Penalty**: The parameter for repetition penalty. 1.0 means no penalty. See [this paper](https://arxiv.org/pdf/1909.05858.pdf) for more details. Default setting is 1.2
- **How Many To Generate**: The number of results to generate - **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). 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* - **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*
- **Use punctuation**: Allows the use commas in the output - **Use punctuation**: Allows the use of commas in the output
## Models ## Models