mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-25 03:11:32 -08:00
perf(webui): Remove duplicate code
This commit is contained in:
parent
22bcc7be42
commit
7ea5be3e29
1 changed files with 0 additions and 3 deletions
3
webui.py
3
webui.py
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue