diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-10-08 17:56:28 +0100 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-08 20:38:35 +0300 |
commit | b458fa48fe5734a872bca83061d702609cb52940 (patch) | |
tree | c41da8e816b1789c241cde3cdf938725320fb4b3 | |
parent | 15c4278f1a18b8104e135dd82690d10cff39a2e7 (diff) |
Update ui.py
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index d52d74c6..b09359aa 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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):
|