Skip to content

ComfyUI Model Resolver v1.0.5

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:13
· 422 commits to main since this release

Changes since v1.0.4

  • Update pyproject.toml (449c2c8)
  • Resolve GGUF models by normalized download category alias (45ea998)
  • Skip non-model reference categories in workflow analyzer (da7d9b3)
  • Fix icon sizing in resolver main CSS (2dd5322)
  • Fix missing-detail pane layout alignment and spacing (32c744c)
  • style: align custom URL download button with search button picker styling (d1a5288)
  • increase column header font size for readability (7eca1a9)
  • track explicit search sources and gate local database download visibility (854cb2c)
  • feat(missing models): add type filter dropdown to missing models browser (a822ef0)
  • Stabilize download workflow scope during missing-model render (c5215c2)
  • Update huggingface-author-index.json (07df118)
  • Treat model_gguf as diffusion_models and render accepted file formats in missing-model UI (d293b0a)
  • feat: preserve CivArchive page URLs separate from HuggingFace mirrors, fix HTML array escaping, and accept provider array payloads (097be62)
  • fix: isolate manual/HuggingFace metadata from stale CivitAI provenance (60ca3a3)
  • refactor: unify provider JSON requests, catalog sync, and normalization across backend; add frontend HTML escaping helpers (16a69f6)
  • Improve model matching by normalizing technical suffixes and family signatures (7ee358b)
  • Update huggingface-author-index.json (f0889a6)
  • Show Bad type badge when local match file type is not accepted by node catalog (6f1e6ae)
  • refactor(search): preserve workflow path context and standardize tooltips (2f7a2c5)
  • fix(workflow_analyzer): ignore generic model_name STRING widgets in metadata/search nodes (a4460af)
  • Refine workflow model reference detection (fb600a3)
  • Normalize select_safetensors to diffusion_models (8b2d200)
  • Preserve resolver display mode when auto-opening for missing models (c1e7dcf)
  • Add auto_open_on_missing setting to control resolver auto-launch (0047514)
  • Update huggingface-author-index.json (a4875a6)
  • refactor: preserve downloads panel DOM state during active refresh (e7ee26c)
  • fix: support Hugging Face Hub 1.23+ Xet downloads (db2c772)
  • refactor: unify provider JSON requests and move settings schema to dynamic loading (79e7aa3)
  • Remove unused backend and frontend code (8cc0201)
  • refactor: remove dead code and add isAutoOpenEnabled helper (5362cb1)
  • Update huggingface-author-index.json (29ecf53)
  • Normalize CivitAI search queries and simplify tRPC search behavior (89a721f)
  • refactor: remove dead code and unused frontend handlers across backend and web (c39eea4)
  • refactor: remove dead code and add clear_completed_downloads endpoint (b302566)
  • refactor: unify category resolution, network requests, sidecar lookup, and progress tracking (0b53fca)
  • Unify model result building and progress payload updates (759aef9)
  • Create test_unification_refactoring.py (92dbfc7)
  • refactor: unify settings schema and dynamic node rules exposure across backend and frontend (2987c03)
  • refactor: centralize shared normalization, timestamp, and search-result helpers (aff97c5)
  • Refactor: centralize metadata sidecar helpers and custom-result builders (719b3b3)
  • refactor: centralize shared utilities across backend and frontend (be12494)
  • fix: improve resolver error propagation, sanitization, and consistency (28d2421)
  • refactor: improve code quality and consistency across backend modules (20a83c7)
  • Update .gitignore (61f1403)
  • refactor: centralize shared utilities, normalize imports, and configure project linting (38dc3e4)
  • refactor: reuse shared path and URL normalization utilities (04c3de9)
  • refactor: use get_filename_from_path helper for consistent filename extraction (52a8d3a)
  • refactor: centralize filename extraction, remote URL normalization, and storage abstractions (8823049)
  • refactor: centralize catalog management and unify matcher/progress logic (3239413)
  • Treat SAM and Ultralytics models as base-model-independent in search panel (e4485f3)
  • refactor: centralize background task handling and deduplicate title matching (54dae10)
  • refactor: complete migration to centralized HTTP helpers and shared normalization (7e724d3)
  • Update README.md (a5e0865)
  • Update README.md (74d4a41)
  • Update README.md (027d44e)
  • Update huggingface-author-index.json (f322128)
  • refactor: centralize source API requests, polling, and path parsing (8cf688e)

What's Changed

  • fix ImportError huggingface_hub>0.25.0 by @HarrievG in #2

New Contributors

Full Changelog: v1.0.4...v1.0.5