mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 18:51:31 +00:00
add notes
This commit is contained in:
@@ -316,6 +316,7 @@ class ControlNetUiGroup(object):
|
|||||||
)
|
)
|
||||||
|
|
||||||
with gr.Tab(label="Batch") as self.batch_tab:
|
with gr.Tab(label="Batch") as self.batch_tab:
|
||||||
|
gr.HTML('Batch system is under maintaining now ... Please come back later ...')
|
||||||
self.batch_image_dir = gr.Textbox(
|
self.batch_image_dir = gr.Textbox(
|
||||||
label="Input Directory",
|
label="Input Directory",
|
||||||
placeholder="Leave empty to use img2img batch controlnet input directory",
|
placeholder="Leave empty to use img2img batch controlnet input directory",
|
||||||
@@ -323,6 +324,7 @@ class ControlNetUiGroup(object):
|
|||||||
)
|
)
|
||||||
|
|
||||||
with gr.Tab(label="Multiple Images") as self.merge_tab:
|
with gr.Tab(label="Multiple Images") as self.merge_tab:
|
||||||
|
gr.HTML('Multi-image system is under maintaining now ... Please come back later ...')
|
||||||
self.merge_gallery = gr.Gallery(
|
self.merge_gallery = gr.Gallery(
|
||||||
columns=[4], rows=[2], object_fit="contain", height="auto"
|
columns=[4], rows=[2], object_fit="contain", height="auto"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user