mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-14 10:40:50 -07:00
Deduplicate webui.py initial-load/reload code
This commit is contained in:
parent
0f28aee9cd
commit
71f4a4afdf
2 changed files with 34 additions and 51 deletions
|
|
@ -98,7 +98,6 @@ def setup_model():
|
|||
if not os.path.exists(model_path):
|
||||
os.makedirs(model_path)
|
||||
|
||||
list_models()
|
||||
enable_midas_autodownload()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue