Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
45b65e87
Commit
45b65e87
authored
Nov 04, 2022
by
TinkTheBoush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ui option
parent
821e2b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
modules/ui.py
modules/ui.py
+0
-3
No files found.
modules/ui.py
View file @
45b65e87
...
@@ -1269,7 +1269,6 @@ def create_ui(wrap_gradio_gpu_call):
...
@@ -1269,7 +1269,6 @@ def create_ui(wrap_gradio_gpu_call):
save_embedding_every
=
gr
.
Number
(
label
=
'Save a copy of embedding to log directory every N steps, 0 to disable'
,
value
=
500
,
precision
=
0
)
save_embedding_every
=
gr
.
Number
(
label
=
'Save a copy of embedding to log directory every N steps, 0 to disable'
,
value
=
500
,
precision
=
0
)
save_image_with_stored_embedding
=
gr
.
Checkbox
(
label
=
'Save images with embedding in PNG chunks'
,
value
=
True
)
save_image_with_stored_embedding
=
gr
.
Checkbox
(
label
=
'Save images with embedding in PNG chunks'
,
value
=
True
)
preview_from_txt2img
=
gr
.
Checkbox
(
label
=
'Read parameters (prompt, etc...) from txt2img tab when making previews'
,
value
=
False
)
preview_from_txt2img
=
gr
.
Checkbox
(
label
=
'Read parameters (prompt, etc...) from txt2img tab when making previews'
,
value
=
False
)
shuffle_tags
=
gr
.
Checkbox
(
label
=
'Shuffleing tags by "," when create texts'
,
value
=
True
)
with
gr
.
Row
():
with
gr
.
Row
():
interrupt_training
=
gr
.
Button
(
value
=
"Interrupt"
)
interrupt_training
=
gr
.
Button
(
value
=
"Interrupt"
)
...
@@ -1364,7 +1363,6 @@ def create_ui(wrap_gradio_gpu_call):
...
@@ -1364,7 +1363,6 @@ def create_ui(wrap_gradio_gpu_call):
template_file
,
template_file
,
save_image_with_stored_embedding
,
save_image_with_stored_embedding
,
preview_from_txt2img
,
preview_from_txt2img
,
shuffle_tags
,
*
txt2img_preview_params
,
*
txt2img_preview_params
,
],
],
outputs
=
[
outputs
=
[
...
@@ -1389,7 +1387,6 @@ def create_ui(wrap_gradio_gpu_call):
...
@@ -1389,7 +1387,6 @@ def create_ui(wrap_gradio_gpu_call):
save_embedding_every
,
save_embedding_every
,
template_file
,
template_file
,
preview_from_txt2img
,
preview_from_txt2img
,
shuffle_tags
,
*
txt2img_preview_params
,
*
txt2img_preview_params
,
],
],
outputs
=
[
outputs
=
[
...
...
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