Conversation
📝 WalkthroughWalkthroughThis PR updates multiple dependency versions across configuration files. The comfyui-workflow-templates package is bumped from 0.7.20 to 0.7.25 in compiled requirements files; comfyui-frontend-package is updated from 1.30.6 to 1.32.10; and comfyUI version is advanced from 0.3.75 to 0.3.76. Changes
Possibly related PRs
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
assets/requirements/macos.compiled(1 hunks)assets/requirements/windows_cpu.compiled(1 hunks)assets/requirements/windows_nvidia.compiled(1 hunks)package.json(1 hunks)scripts/core-requirements.patch(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: lint-and-format (macos-latest)
- GitHub Check: lint-and-format (windows-latest)
- GitHub Check: build-and-test-e2e-windows / integration-windows-test
- GitHub Check: build-apple-debug-all / build-macos-debug
🔇 Additional comments (4)
assets/requirements/windows_nvidia.compiled (1)
53-55: Consistent with Windows CPU requirements.The version bump matches the change in
windows_cpu.compiled, maintaining consistency across Windows builds.assets/requirements/macos.compiled (1)
46-48: Cross-platform consistency maintained.The version bump is consistent across macOS, Windows CPU, and Windows NVIDIA requirement files, ensuring uniform dependency versions across all platforms.
scripts/core-requirements.patch (1)
5-6: The patch correctly removes the inappropriate Python package reference.The
comfyui-frontend-package==1.32.10removal is intentional and correct. This is a Node.js/Electron desktop application where the frontend version (1.32.10) is managed inpackage.json's config section and downloaded via Node.js scripts (downloadFrontend.js), not through Python package management. The patch removes an erroneous Python package entry that has no place in this codebase.package.json (1)
18-18: Release notes for v0.3.76 are not yet available.The version bump to 0.3.76 is ahead of the latest official ComfyUI release (v0.3.75, Nov 26, 2025). Unable to verify compatibility considerations or important changes for this version at this time. Confirm whether this is an intentional pre-release/development version or if the version number should be adjusted.
Updated versions
┆Issue is synchronized with this Notion page by Unito