mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
Initialize the upscalers
Add modelloader.load_upscalers to def initialize()
This commit is contained in:
parent
5ab7f213be
commit
efe98ca090
1 changed files with 3 additions and 0 deletions
3
webui.py
3
webui.py
|
|
@ -185,6 +185,9 @@ def initialize():
|
|||
modules.scripts.load_scripts()
|
||||
startup_timer.record("load scripts")
|
||||
|
||||
modelloader.load_upscalers()
|
||||
#startup_timer.record("load upscalers") #Is this necessary? I don't know.
|
||||
|
||||
modules.sd_vae.refresh_vae_list()
|
||||
startup_timer.record("refresh VAE")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue