aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authorDaniel Dengler <daniel@busitec.de>2023-08-26 21:23:11 +0000
committerDaniel Dengler <daniel@busitec.de>2023-08-26 21:23:11 +0000
commitd888490f85d6a027cb1a2f0edd468294e058581c (patch)
treea9148904f5e4832ed2520ea7f9779abf1d6fb7a4 /modules/ui.py
parent168eac319d0f45c778d5b9d35dd5ce280f8d5094 (diff)
parent72ee347eabf04d1a238a738a03e7973cc2a46ca3 (diff)
downloadstable-diffusion-webui-gfx803-d888490f85d6a027cb1a2f0edd468294e058581c.tar.gz
stable-diffusion-webui-gfx803-d888490f85d6a027cb1a2f0edd468294e058581c.tar.bz2
stable-diffusion-webui-gfx803-d888490f85d6a027cb1a2f0edd468294e058581c.zip
Merge remote-tracking branch 'origin/dev' into vae_resolve_bug
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 579bab98..f4028475 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -614,7 +614,7 @@ def create_ui():
with gr.Accordion("PNG info", open=False):
img2img_batch_use_png_info = gr.Checkbox(label="Append png info to prompts", **shared.hide_dirs, elem_id="img2img_batch_use_png_info")
img2img_batch_png_info_dir = gr.Textbox(label="PNG info directory", **shared.hide_dirs, placeholder="Leave empty to use input directory", elem_id="img2img_batch_png_info_dir")
- img2img_batch_png_info_props = gr.CheckboxGroup(["Prompt", "Negative prompt", "Seed", "CFG scale", "Sampler", "Steps"], label="Parameters to take from png info", info="Prompts from png info will be appended to prompts set in ui.")
+ img2img_batch_png_info_props = gr.CheckboxGroup(["Prompt", "Negative prompt", "Seed", "CFG scale", "Sampler", "Steps", "Model hash"], label="Parameters to take from png info", info="Prompts from png info will be appended to prompts set in ui.")
img2img_tabs = [tab_img2img, tab_sketch, tab_inpaint, tab_inpaint_color, tab_inpaint_upload, tab_batch]