TI preprocess wording

I had to check the code to work out what splitting was 🤷🏿
This commit is contained in:
DepFA 2022-10-08 17:50:01 +01:00 committed by AUTOMATIC1111
parent 3061cdb7b6
commit 15c4278f1a

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 CLIP caption as filename')
with gr.Row():
with gr.Column(scale=3):