chore: bump ComfyUI to 0.20.1 and desktop to 0.8.36#1701
Conversation
📝 WalkthroughWalkthroughThis PR updates pinned dependency versions across multiple platform-specific compiled requirements files (macOS, Windows AMD/CPU/NVIDIA), bumps the package version from 0.8.35 to 0.8.36, updates the frontend version from 1.42.14 to 1.42.15, upgrades ComfyUI from 0.19.5 to 0.20.1, and synchronizes dependency pins in the core requirements patch. Changes
Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Line 21: Update the managerCommit value in package.json to the correct commit
for the 4.2.1 comfyui-manager release: replace the current managerCommit string
with "01799f8cac7cba07cabe3a7d085d566efee493d3" so the bundled manager source
matches the bumped comfyui-manager lockfile version; alternatively, if you
prefer to keep the existing commit, revert the comfyui-manager version change in
the lockfiles to restore consistency.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: d0dce540-f39c-454f-952e-1a4fffe75615
📒 Files selected for processing (6)
assets/requirements/macos.compiledassets/requirements/windows_amd.compiledassets/requirements/windows_cpu.compiledassets/requirements/windows_nvidia.compiledpackage.jsonscripts/core-requirements.patch
Summary
Bumps the desktop package to
0.8.36, ComfyUI core to0.20.1, and the bundled frontend package to1.42.15.Updates the core requirements patch so desktop continues stripping the upstream
comfyui-frontend-packagerequirement, then refreshes the platform compiled requirement snapshots for the real upstream dependency changes in ComfyUIv0.20.1.I checked the bump with
corepack yarn make:assets,corepack yarn format,corepack yarn lint,corepack yarn typecheck, andcorepack yarn test:unit.┆Issue is synchronized with this Notion page by Unito
Summary by CodeRabbit