move list refresh to webui.py and add stdout indicating it's doing so

This commit is contained in:
papuSpartan
2022-10-11 08:03:31 -05:00
parent 1add3cff84
commit d01a2d0156
2 changed files with 2 additions and 3 deletions

View File

@@ -124,6 +124,8 @@ def webui():
modules.scripts.reload_scripts(os.path.join(script_path, "scripts"))
print('Reloading modules: modules.ui')
importlib.reload(modules.ui)
print('Refreshing Model List')
modules.sd_models.list_models()
print('Restarting Gradio')