This commit is contained in:
Haoming 2025-10-18 15:39:26 +08:00
parent fce4a3c03a
commit b5c8bedb9f

View File

@ -450,7 +450,8 @@ def forge_model_reload():
except AttributeError:
pass
del model_data.sd_model
model_data.sd_model = None
model_data.forge_hash = ""
memory_management.soft_empty_cache()
gc.collect()