Update ui_postprocessing.py

This commit is contained in:
QuantumSoul
2024-03-03 16:02:03 +01:00
committed by GitHub
parent 0d6c36ff27
commit 427b4a658a
+1 -1
View File
@@ -30,7 +30,7 @@ def create_ui():
extras_batch_input_dir = gr.Textbox(label="Input directory", **shared.hide_dirs, placeholder="A directory on the same machine where the server is running.", elem_id="extras_batch_input_dir")
extras_batch_output_dir = gr.Textbox(label="Output directory", **shared.hide_dirs, placeholder="Leave blank to save images to the default path.", elem_id="extras_batch_output_dir")
show_extras_results = gr.Checkbox(label='Show result images', value=True, elem_id="extras_show_extras_results")
with gr.Row():
with gr.Row(elem_id="copy_buttons_extras"):
buttons = parameters_copypaste.create_buttons(["txt2img", "img2img", "inpaint", "control"])
with gr.Row():
save_output = gr.Checkbox(label='Save output', value=True, elem_id="extras_save_output")