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
15c4278f
Commit
15c4278f
authored
Oct 08, 2022
by
DepFA
Committed by
AUTOMATIC1111
Oct 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TI preprocess wording
I had to check the code to work out what splitting was
🤷
🏿
parent
3061cdb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ui.py
modules/ui.py
+3
-3
No files found.
modules/ui.py
View file @
15c4278f
...
...
@@ -980,9 +980,9 @@ def create_ui(wrap_gradio_gpu_call):
process_dst
=
gr
.
Textbox
(
label
=
'Destination directory'
)
with
gr
.
Row
():
process_flip
=
gr
.
Checkbox
(
label
=
'
Flip
'
)
process_split
=
gr
.
Checkbox
(
label
=
'Split into two'
)
process_caption
=
gr
.
Checkbox
(
label
=
'
Add caption
'
)
process_flip
=
gr
.
Checkbox
(
label
=
'
Create flipped copies
'
)
process_split
=
gr
.
Checkbox
(
label
=
'Split
oversized images
into two'
)
process_caption
=
gr
.
Checkbox
(
label
=
'
Use CLIP caption as filename
'
)
with
gr
.
Row
():
with
gr
.
Column
(
scale
=
3
):
...
...
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