typos
This commit is contained in:
parent
1463d44faf
commit
ca0d7981a0
13
README.md
13
README.md
|
@ -118,12 +118,11 @@ Example:
|
||||||
![](images/resizing.jpg)
|
![](images/resizing.jpg)
|
||||||
|
|
||||||
### Loading
|
### Loading
|
||||||
Gradio's loading graphic has a very negative effect on the processing speed onthe neural network.
|
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 defaul, the UI
|
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. Use
|
now hides loading progress animation and replaces it with static "Loading..." text, which achieves
|
||||||
the --no-progressbar-hiding commandline option to revert this and show loading animations.
|
the same effect. Use the --no-progressbar-hiding commandline option to revert this and show loading animations.
|
||||||
|
|
||||||
### Prompt validation
|
### Prompt validation
|
||||||
Stable Diffusion has a limit for imput text length. If your prompt is too long, you will get a
|
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 consequently
|
warning in the text output field, showing which parts of your text were truncated and ignored by the model.
|
||||||
ignored by the model.
|
|
||||||
|
|
Loading…
Reference in New Issue