aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/webui.py b/webui.py
index 0aa03ea8..727ebd31 100644
--- a/webui.py
+++ b/webui.py
@@ -144,21 +144,10 @@ Use --skip-version-check commandline argument to disable this check.
""".strip())
-def check_taesd():
- from modules.paths_internal import models_path
-
- model_url = 'https://github.com/madebyollin/taesd/raw/main/taesd_decoder.pth'
- model_path = os.path.join(models_path, "VAE-approx", "taesd_decoder.pth")
- if not os.path.exists(model_path):
- print('From taesd repo download decoder model')
- torch.hub.download_url_to_file(model_url, model_path)
-
-
def initialize():
fix_asyncio_event_loop_policy()
check_versions()
- check_taesd()
extensions.list_extensions()
localization.list_localizations(cmd_opts.localizations_dir)