aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-02 21:09:10 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-10-02 21:09:10 +0300
commita1cde7e6468f80584030525a1b07cbf0f4ee42eb (patch)
tree66b1233f0a1a98b4bcfba73c1f6f33ecfcd77978 /webui.py
parent3ff0de2c594b786ef948a89efb1814c59bb42117 (diff)
disabled SD model download after multiple complaints
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index 424ab975..dc72ceb8 100644
--- a/webui.py
+++ b/webui.py
@@ -23,7 +23,7 @@ from modules.paths import script_path
from modules.shared import cmd_opts
modelloader.cleanup_models()
-modules.sd_models.setup_model(cmd_opts.ckpt_dir)
+modules.sd_models.setup_model()
codeformer.setup_model(cmd_opts.codeformer_models_path)
gfpgan.setup_model(cmd_opts.gfpgan_models_path)
shared.face_restorers.append(modules.face_restoration.FaceRestoration())