Compare commits

...
Author SHA1 Message Date
DepFAandGitHub 13e67331f1 Update ui.py 2022-10-08 17:56:28 +01:00
DepFAandGitHub 895e44a179 TI preprocess wording
I had to check the code to work out what splitting was 🤷🏿
2022-10-08 17:50:01 +01:00
+3 -3
View File
@@ -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 BLIP caption as filename')
with gr.Row():
with gr.Column(scale=3):