Will Miao
|
8fb00998a7
|
feat(agent): fix extract_relevant_section false positives, add validation pipeline audit
- extract_relevant_section: raise token threshold >3, verify anchor
sections contain basename, require 2+ heading token overlaps, skip
TOC-style headings (markdown links), verify heading section size
- metadata_constructor: parse repo_id,model_name.safetensors format
so model_path basename matches real filename
- config: replace hardcoded SUPPORTED_BASE_MODELS with dynamic
init_supported_base_models() using production list_base_models()
- preprocessing_auditor: new Phase 1.5 audit module — fetches each
README, runs extract_relevant_section + clean_readme_for_llm,
records stats and flags, saves raw READMEs for cross-reference
- run_validation: integrate audit phase, add --audit-only mode,
add LLM config consistency check, add ComfyUI root to sys.path
- report_generator: add Preprocessing Audit and Config Warnings
sections to both markdown and JSON reports
|
2026-07-05 11:18:48 +08:00 |
|