mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-26 23:41:26 -03:00
fix(agent): call _format_base_models via self. to prevent NameError
The bare call inside _build_prompt_context would raise NameError because class methods don't close over class-level scope. Use instead to trigger attribute lookup. Update enrich_hf_metadata prompt.md clue locations for better LLM accuracy. Update baseline report to v2 (mean 69.0, 46 models, +2.2pp vs baseline 71.1%). Consolidate README snapshots into baselines/readmes/.
This commit is contained in: