Update controlnet_ui_group.py

This commit is contained in:
lllyasviel
2024-02-04 20:50:07 -08:00
parent a433268db4
commit 8dc2cb98b4

View File

@@ -325,7 +325,7 @@ class ControlNetUiGroup(object):
)
with gr.Tab(label="Batch") as self.batch_tab:
gr.HTML('Batch system is under maintaining now ... Please come back later ...')
# gr.HTML('Batch system is under maintaining now ... Please come back later ...')
self.batch_image_dir = gr.Textbox(
label="Input Directory",
placeholder="Leave empty to use img2img batch controlnet input directory",
@@ -333,7 +333,7 @@ class ControlNetUiGroup(object):
)
with gr.Tab(label="Multiple Images") as self.merge_tab:
gr.HTML('Multi-image system is under maintaining now ... Please come back later ...')
# gr.HTML('Multi-image system is under maintaining now ... Please come back later ...')
self.merge_gallery = gr.Gallery(
columns=[4], rows=[2], object_fit="contain", height="auto"
)