Merge pull request #2227 from papuSpartan/master

Refresh list of models/ckpts upon hitting restart gradio in the setti…
This commit is contained in:
AUTOMATIC1111
2022-10-11 17:15:19 +03:00
committed by GitHub
2 changed files with 3 additions and 0 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')