mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -03:00
3112869a21
The Windows-only case-insensitive match in ModelScanner._reconcile_cache is the only pass left unverified by the recent realpath cleanup: realpath may already cover case differences on Windows, and if the branch is ever reachable it is O(files x cache entries). Records the reachability question, the verification steps for a Windows run, and the two possible fixes.