mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-06 14:10:13 -03:00
hydrate_model_data replaces model_data with .metadata.json content which may lack sha256 (corrupted file, concurrent write, etc.). Restore the cached sha256 after hydration and persist the fix back to disk so subsequent lookups don't hit the same error. Also improve error log to include file_path for debugging.