aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-17 16:56:23 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-17 16:56:23 +0000
commit695377a8b9f7de28b880d96487a9ddf7230cff14 (patch)
tree5545fc701888798900607f7244ef72366233fec3
parentaf3f6489d3b229da4e688eaf439adb5d3e4f070b (diff)
downloadstable-diffusion-webui-gfx803-695377a8b9f7de28b880d96487a9ddf7230cff14.tar.gz
stable-diffusion-webui-gfx803-695377a8b9f7de28b880d96487a9ddf7230cff14.tar.bz2
stable-diffusion-webui-gfx803-695377a8b9f7de28b880d96487a9ddf7230cff14.zip
make modelmerger work with ui-config.json
-rw-r--r--modules/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 43dc88fc..533b1db3 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1767,6 +1767,7 @@ Requested path was: {f}
visit(txt2img_interface, loadsave, "txt2img")
visit(img2img_interface, loadsave, "img2img")
visit(extras_interface, loadsave, "extras")
+ visit(modelmerger_interface, loadsave, "modelmerger")
if not error_loading and (not os.path.exists(ui_config_file) or settings_count != len(ui_settings)):
with open(ui_config_file, "w", encoding="utf8") as file: