aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorw-e-w <40751091+w-e-w@users.noreply.github.com>2023-06-02 17:18:42 +0900
committerw-e-w <40751091+w-e-w@users.noreply.github.com>2023-06-02 17:18:42 +0900
commit8f8405274c6a642050e540325caac7c094536a09 (patch)
tree791b2a7366bd822d474ec6765983ad555d71d40f /webui.py
parent2bbe3f5f0aceeacde365e6da9f31125c35bd95ee (diff)
remove redundant
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/webui.py b/webui.py
index f2e1a8e0..254fada3 100644
--- a/webui.py
+++ b/webui.py
@@ -469,9 +469,6 @@ def webui():
startup_timer.record("scripts unloaded callback")
initialize_rest(reload_script_modules=True)
- modules.sd_hijack.list_optimizers()
- startup_timer.record("scripts list_optimizers")
-
if __name__ == "__main__":
if cmd_opts.nowebui: