mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-13 05:59:25 -03:00
_load_stats() was missing the embeddings section, so on every restart the embeddings usage tracking hash would start from an empty dict. This caused all previously saved embedding usage data to appear reset. Added the missing load path for the 'embeddings' key, parallel to the existing checkpoints and loras loading logic.