chore: update ComfyUI v0.12.2 → v0.14.2#29
Merged
jamesbrink merged 1 commit intomainfrom Feb 20, 2026
Merged
Conversation
Update ComfyUI source and 11 vendored wheels to match upstream v0.14.2 requirements. Key upstream additions include LoRA training, NAG for Flux models, Node Replacement API, and security hardening (removed unsafe pickle loading).
Greptile SummaryUpdated ComfyUI from v0.12.2 to v0.14.2, bringing in 5 upstream releases with security improvements, new features, and performance enhancements. The update includes 10 vendored Python package bumps to match upstream requirements. Key changes:
Issues found:
Confidence Score: 4/5
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Added v0.14.2 release entry with package updates and upstream highlights; missing version link at bottom |
| nix/versions.nix | Updated ComfyUI to v0.14.2 and bumped 10 vendored package versions with correct hashes |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[ComfyUI v0.12.2] -->|Upgrade| B[ComfyUI v0.14.2]
B --> C[Update Core Package]
C --> D[nix/versions.nix<br/>version, rev, hash]
B --> E[Update Vendored Deps]
E --> F1[comfyui-frontend-package<br/>1.37.11 → 1.38.14]
E --> F2[comfyui-workflow-templates<br/>0.8.31 → 0.8.43]
E --> F3[comfyui-workflow-templates-*<br/>4 packages updated]
E --> F4[comfyui-embedded-docs<br/>0.4.0 → 0.4.1]
E --> F5[comfyui-manager<br/>4.0.4 → 4.0.5]
E --> F6[comfy-aimdo<br/>0.1.7 → 0.1.8]
B --> G[Document Changes]
G --> H[CHANGELOG.md<br/>Add v0.14.2 entry]
H --> I[Upstream Highlights<br/>Security + Features]
style B fill:#4CAF50
style D fill:#2196F3
style H fill:#FF9800
Last reviewed commit: 9b39415
Additional Comments (2)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Vendored package updates
Key upstream highlights (v0.12.3 – v0.14.2)
Test plan
nix build .succeedsnix flake checkpasses (ruff, pyright, nixfmt, shellcheck)