Commit 15c4278f authored by DepFA's avatar DepFA Committed by AUTOMATIC1111

TI preprocess wording

I had to check the code to work out what splitting was 🤷🏿
parent 3061cdb7
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment