Commit b458fa48 authored by DepFA's avatar DepFA Committed by AUTOMATIC1111
Browse files

Update ui.py

parent 15c4278f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -982,7 +982,7 @@ def create_ui(wrap_gradio_gpu_call):
                    with gr.Row():
                        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')
                        process_caption = gr.Checkbox(label='Use BLIP caption as filename')

                    with gr.Row():
                        with gr.Column(scale=3):