cleanup todo

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-31 09:55:02 +02:00
parent 4f6575a8bf
commit db4ffcd8ef
9 changed files with 9 additions and 18 deletions
-1
View File
@@ -1558,7 +1558,6 @@ def reload_model_weights(sd_model=None, info: CheckpointInfo | None = None, op='
unload_model_weights(op=op)
sd_model = None
timer.load = timer.Timer()
# TODO model load: implement model in-memory caching
timer.load.record("config")
if sd_model is None or force:
sd_model = None