diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-24 07:59:47 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-24 07:59:47 +0000 |
commit | ca0d7981a058158175166afe20e3a60bb081a964 (patch) | |
tree | 091150cb98e9970ff0a5c2f8f0279cce3d498a4d | |
parent | 1463d44faf070d68f5b33527666b67bf0a94fd09 (diff) | |
download | stable-diffusion-webui-gfx803-ca0d7981a058158175166afe20e3a60bb081a964.tar.gz stable-diffusion-webui-gfx803-ca0d7981a058158175166afe20e3a60bb081a964.tar.bz2 stable-diffusion-webui-gfx803-ca0d7981a058158175166afe20e3a60bb081a964.zip |
typos
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -118,12 +118,11 @@ Example: 
### Loading
-Gradio's loading graphic has a very negative effect on the processing speed onthe neural network.
-My RTX 3090 makes images about 10% faster when the tab with gradio is not active. By defaul, the UI
-now hides loading progress animation and replaces it with static "Loading..." text. Use
-the --no-progressbar-hiding commandline option to revert this and show loading animations.
+Gradio's loading graphic has a very negative effect on the processing speed of the neural network.
+My RTX 3090 makes images about 10% faster when the tab with gradio is not active. By default, the UI
+now hides loading progress animation and replaces it with static "Loading..." text, which achieves
+the same effect. Use the --no-progressbar-hiding commandline option to revert this and show loading animations.
### Prompt validation
-Stable Diffusion has a limit for imput text length. If your prompt is too long, you will get a
-warning in the text output field, showing which parts of your text were truncated and consequently
-ignored by the model.
+Stable Diffusion has a limit for input text length. If your prompt is too long, you will get a
+warning in the text output field, showing which parts of your text were truncated and ignored by the model.
|