mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
Remove cleanup_models code
This commit is contained in:
parent
16848f950b
commit
5fbb13e0da
2 changed files with 0 additions and 53 deletions
|
|
@ -54,9 +54,6 @@ def initialize():
|
|||
initialize_util.configure_sigint_handler()
|
||||
initialize_util.configure_opts_onchange()
|
||||
|
||||
from modules import modelloader
|
||||
modelloader.cleanup_models()
|
||||
|
||||
from modules import sd_models
|
||||
sd_models.setup_model()
|
||||
startup_timer.record("setup SD model")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue