mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-18 03:21:26 -03:00
d9dc0dba8d
Move extra folder path resolution from _initialize_services (app.on_startup) into Config.__init__ via new _load_extra_paths_from_settings() method. This eliminates a redundant second symlink scan and consolidates all 'Found roots' / 'Found extra roots' logs into one contiguous block during custom node import, before the ComfyUI server starts.