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
c5bdba20
Commit
c5bdba20
authored
Dec 24, 2022
by
AUTOMATIC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change wording a bit
parent
56e557c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shared.py
modules/shared.py
+1
-1
No files found.
modules/shared.py
View file @
c5bdba20
...
...
@@ -392,7 +392,7 @@ options_templates.update(options_section(('interrogate', "Interrogate Options"),
options_templates
.
update
(
options_section
((
'ui'
,
"User interface"
),
{
"show_progressbar"
:
OptionInfo
(
True
,
"Show progressbar"
),
"show_progress_every_n_steps"
:
OptionInfo
(
0
,
"Show image creation progress every N sampling steps. Set to 0 to disable. Set to -1 to show after completion of batch."
,
gr
.
Slider
,
{
"minimum"
:
-
1
,
"maximum"
:
32
,
"step"
:
1
}),
"show_progress_type"
:
OptionInfo
(
"Full"
,
"Image creation progress mode"
,
gr
.
Radio
,
{
"choices"
:
[
"Full"
,
"Approx NN"
,
"Approx cheap"
]}),
"show_progress_type"
:
OptionInfo
(
"Full"
,
"Image creation progress
preview
mode"
,
gr
.
Radio
,
{
"choices"
:
[
"Full"
,
"Approx NN"
,
"Approx cheap"
]}),
"show_progress_grid"
:
OptionInfo
(
True
,
"Show previews of all images generated in a batch as a grid"
),
"return_grid"
:
OptionInfo
(
True
,
"Show grid in results for web"
),
"do_not_show_images"
:
OptionInfo
(
False
,
"Do not show any images in results for web"
),
...
...
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