diff options
author | aniaan <fjn.aniaan@gmail.com> | 2023-04-26 12:59:55 +0000 |
---|---|---|
committer | aniaan <fjn.aniaan@gmail.com> | 2023-04-26 12:59:55 +0000 |
commit | 7ea5be3e29dd79e2a7669e0b02f8ce66354c5416 (patch) | |
tree | d71329cdddf9447c994619a2c97fa62133e82f10 | |
parent | 22bcc7be428c94e9408f589966c2040187245d81 (diff) | |
download | stable-diffusion-webui-gfx803-7ea5be3e29dd79e2a7669e0b02f8ce66354c5416.tar.gz stable-diffusion-webui-gfx803-7ea5be3e29dd79e2a7669e0b02f8ce66354c5416.tar.bz2 stable-diffusion-webui-gfx803-7ea5be3e29dd79e2a7669e0b02f8ce66354c5416.zip |
perf(webui): Remove duplicate code
-rw-r--r-- | webui.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -126,9 +126,6 @@ def initialize(): modules.scripts.load_scripts()
startup_timer.record("load scripts")
- modelloader.load_upscalers()
- startup_timer.record("load upscalers")
-
modules.sd_vae.refresh_vae_list()
startup_timer.record("refresh VAE")
|