Commit d74593a
authored
Release v0.12.2 (#26)
* feat: upgrade ComfyUI to v0.12.2 (Comfy-Org) + vendor comfy-kitchen/aimdo
* fix: restore LTXVideo compat (precompute_freqs_cis)
* fix(model_downloader): improve progress button contrast on new frontend
* chore: refresh workflow template input files
* fix(model_downloader): force high-contrast disabled progress styles
* fix: include X11/XCB libs for custom nodes (libxcb.so.1)
* fix: make manager venv deps non-overriding (avoid torch/numpy conflicts)
* feat: include ollama, pytorch-lightning, google-genai in runtime
* feat: include google-generativeai for legacy gemini nodes
* fix: patch comfyui-custom-scripts web install for read-only Nix store
* chore: bump KJNodes and GGUF to HEAD
* chore: bump Florence2, MMAudio, WanVideoWrapper to HEAD
* chore: bump LTXVideo node pack to HEAD
* feat: vendor gradio + enable sageattention via triton
* fix: patch mergekit pydantic v2 schema crash (torch.Tensor)
* chore: update flake description + changelog for ComfyUI v0.12.2
* fix(model-downloader): add HF auth header support for gated models
* docs: consolidate CLAUDE.md as single source of truth for agent instructions
Replace AGENTS.md and .github/copilot-instructions.md with symlinks to
CLAUDE.md. Merge unique content from both files (ruff/pyright config
details, shell style, commit conventions, single-file lint commands) and
fix outdated version (v0.7.0 -> v0.12.2), add launcher internals, env
vars, cross-platform Docker builds, and fix markdown lint warnings.
* fix(model-downloader): harden HF auth and unify disabled-button styles
- Parse stored_tokens as JSON instead of plain text to correctly extract
tokens from {"huggingface.co": {"token": "hf_xxx", ...}} format
- Cover *.hf.co subdomains (e.g. cdn-lfs.hf.co) in auth header checks
by consolidating host matching into a tuple with endswith()
- Only attach Authorization headers over HTTPS to prevent token leakage
- Extract shared disabled-button style constants (DISABLED_BG, etc.) so
button init, CSS injection, and updateButtonStatus all use identical
values (previously 0.35/0.18/0.5 vs 0.45/0.22/0.55)
* docs: sync CHANGELOG and README for v0.12.2 release
- Add model-downloader fixes and CLAUDE.md consolidation to CHANGELOG
- Update README data structure: .pip-packages -> .venv (PEP 405 venv),
add fonts/ and .cache/ directories
- Update README Manager section to reflect venv-based package isolation
and COMFY_VENV_PRECEDENCE env var1 parent 83d1b91 commit d74593a
File tree
16 files changed
+1019
-343
lines changed- .github
- nix
- patches
- scripts
- src/custom_nodes/model_downloader
- js
16 files changed
+1019
-343
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
| |||
0 commit comments