Update ui.py

This commit is contained in:
DepFA 2022-10-08 17:56:28 +01:00 committed by AUTOMATIC1111
parent 15c4278f1a
commit b458fa48fe
1 changed files with 1 additions and 1 deletions

View File

@ -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):