mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-11 18:47:36 -03:00
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.