Merge pull request #9884 from aniaan/fix/remove-dup-code
perf(webui): Remove duplicate code
This commit is contained in:
commit
b0ad46676b
3
webui.py
3
webui.py
@ -126,9 +126,6 @@ def initialize():
|
|||||||
modules.scripts.load_scripts()
|
modules.scripts.load_scripts()
|
||||||
startup_timer.record("load scripts")
|
startup_timer.record("load scripts")
|
||||||
|
|
||||||
modelloader.load_upscalers()
|
|
||||||
startup_timer.record("load upscalers")
|
|
||||||
|
|
||||||
modules.sd_vae.refresh_vae_list()
|
modules.sd_vae.refresh_vae_list()
|
||||||
startup_timer.record("refresh VAE")
|
startup_timer.record("refresh VAE")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user