Аудит путей кэша загрузки моделей в SD.Next
★ 6.5 · code-analysis-tools
check-paths is a Claude Code skill that audits SD.Next model-loading code to verify that every `from_pretrained(...)` and `from_single_file(...)` call explicitly sets `cache_dir` to the correct cache root under the project's path policy. Full pipeline loads must point to `shared.opts.diffusers_dir`, while auxiliary components — VAE, scheduler, tokenizer, text encoder, transformer, and similar — must use `shared.opts.hfcache_dir`. The skill scans files including `modules/sd_models.py`, `modules/model*.py`, and `pipelines/**/*.py`, classifies each call as full pipeline, auxiliary component, or a
- #cache-paths
- #model-loading
- #sdnext
- #huggingface
- #diffusers
- #path-routing