mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-08 23:10:15 -03:00
feat(recipes): add cache version counter to model scanners
This commit is contained in:
@@ -2470,6 +2470,7 @@ class ModelLibraryHandler:
|
||||
}
|
||||
scanner = scanner_map.get(found_type or "")
|
||||
if scanner:
|
||||
scanner.bump_cache_version()
|
||||
persist: Any = getattr(scanner, "_persist_current_cache", None)
|
||||
if persist:
|
||||
await persist()
|
||||
|
||||
Reference in New Issue
Block a user