Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-03-13 14:44:58 +01:00
parent 35803746df
commit e0faa149dd
11 changed files with 69 additions and 73 deletions
-1
View File
@@ -206,7 +206,6 @@ def post_unload_checkpoint():
from modules import sd_models
sd_models.unload_model_weights(op='model')
sd_models.unload_model_weights(op='refiner')
sd_models.unload_auxiliary_models()
return {}
def post_reload_checkpoint(force:bool=False):