Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
ca0d7981
Commit
ca0d7981
authored
Aug 24, 2022
by
AUTOMATIC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
1463d44f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
README.md
README.md
+6
-7
No files found.
README.md
View file @
ca0d7981
...
@@ -118,12 +118,11 @@ Example:
...
@@ -118,12 +118,11 @@ Example:


### Loading
### Loading
Gradio's loading graphic has a very negative effect on the processing speed o
n
the neural network.
Gradio's loading graphic has a very negative effect on the processing speed o
f
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 defaul
t
, 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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment