提交 15c4278f 编写于 作者: D DepFA 提交者: AUTOMATIC1111

TI preprocess wording

I had to check the code to work out what splitting was 🤷🏿
上级 3061cdb7
...@@ -980,9 +980,9 @@ def create_ui(wrap_gradio_gpu_call): ...@@ -980,9 +980,9 @@ def create_ui(wrap_gradio_gpu_call):
process_dst = gr.Textbox(label='Destination directory') process_dst = gr.Textbox(label='Destination directory')
with gr.Row(): with gr.Row():
process_flip = gr.Checkbox(label='Flip') process_flip = gr.Checkbox(label='Create flipped copies')
process_split = gr.Checkbox(label='Split into two') process_split = gr.Checkbox(label='Split oversized images into two')
process_caption = gr.Checkbox(label='Add caption') process_caption = gr.Checkbox(label='Use CLIP caption as filename')
with gr.Row(): with gr.Row():
with gr.Column(scale=3): with gr.Column(scale=3):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册