What problem does it solve?
Debugging ComfyUI LoRA Manager issues often requires locating scattered runtime state such as settings.json, per-library SQLite caches, model metadata sidecars, recipe JSON files, and download history. This Skill resolves the correct settings directory, redacts secrets, and reads caches safely so you can diagnose configuration and cache problems without mutating user data.
Core Features & Use Cases
- Settings Resolution: Applies the full precedence chain (explicit override via LORA_MANAGER_SETTINGS_DIR or --settings-path, portable mode, then the default user config directory) to find the active settings.json.
- Read-Only Cache Inspection: Opens model, recipe, FTS, and download-history SQLite databases read-only, reporting table schemas, row counts, and redacted sample rows, with a copy-based fallback for locked databases.
- Path and Metadata Discovery: Resolves model roots, recipes root, example image folders, symlink maps, and aria2 state, and summarizes .metadata.json sidecars for any model file.
- Use Case: A user reports missing recipes after switching libraries. Run the caches and recipes subcommands to confirm the active library, verify the recipe cache database contents, and count *.recipe.json files under the resolved recipes root.
Quick Start
Ask the assistant to run the inspect_runtime_context.py summary subcommand to print redacted settings and resolved runtime paths for the LoRA Manager installation.