mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-18 03:21:26 -03:00
4557da8b63
Change `load_metadata` method to return a tuple containing both the metadata object and a boolean success flag instead of just the metadata object. This provides clearer error handling and allows callers to distinguish between successful loads with null metadata versus actual load failures.