mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-24 22:41:26 -03:00
87e93636dc
get_cached_data() claimed to wait for a running initialization but actually returned the placeholder empty cache, so API requests during startup saw zero recipes. The initializing flag was also set only after the LoRA scanner wait, leaving an unguarded window. Mark initialization before the first await and have callers await the in-flight task.