sky-admin
commited on
Commit
·
5b824cf
1
Parent(s):
d44afdb
fix load
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -73,7 +73,7 @@ def initialize():
|
|
73 |
gfpgan.setup_model(cmd_opts.gfpgan_models_path)
|
74 |
|
75 |
modelloader.list_builtin_upscalers()
|
76 |
-
|
77 |
modelloader.load_upscalers()
|
78 |
|
79 |
modules.sd_vae.refresh_vae_list()
|
|
|
73 |
gfpgan.setup_model(cmd_opts.gfpgan_models_path)
|
74 |
|
75 |
modelloader.list_builtin_upscalers()
|
76 |
+
modules.scripts.load_scripts()
|
77 |
modelloader.load_upscalers()
|
78 |
|
79 |
modules.sd_vae.refresh_vae_list()
|