Skip to content

Update ComfyUI core to v0.3.76#1453

Merged
benceruleanlu merged 1 commit intomainfrom
update/comfyui-core-0.3.76
Dec 2, 2025
Merged

Update ComfyUI core to v0.3.76#1453
benceruleanlu merged 1 commit intomainfrom
update/comfyui-core-0.3.76

Conversation

@benceruleanlu
Copy link
Member

@benceruleanlu benceruleanlu commented Dec 2, 2025

Updated versions

Component Version
ComfyUI core v0.3.76
Frontend v1.32.10
Templates v0.7.25
Embedded docs v0.3.1

┆Issue is synchronized with this Notion page by Unito

@benceruleanlu benceruleanlu requested a review from a team as a code owner December 2, 2025 03:46
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 2, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 2, 2025

📝 Walkthrough

Walkthrough

This 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

Cohort / File(s) Change Summary
Platform-specific compiled requirements
assets/requirements/macos.compiled, assets/requirements/windows_cpu.compiled, assets/requirements/windows_nvidia.compiled
Updated comfyui-workflow-templates dependency from 0.7.20 to 0.7.25 in all three platform variants
Package configuration
package.json
Bumped config.frontend.version from 1.30.6 to 1.32.10 and config.comfyUI.version from 0.3.75 to 0.3.76
Python patch requirements
scripts/core-requirements.patch
Updated comfyui-frontend-package from 1.30.6 to 1.32.10 and comfyui-workflow-templates from 0.7.20 to 0.7.25

Possibly related PRs

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update/comfyui-core-0.3.76

Comment @coderabbitai help to get the list of available commands and usage tips.

@dosubot dosubot bot added the dependencies label Dec 2, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8189811 and 75b6c10.

📒 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.10 removal is intentional and correct. This is a Node.js/Electron desktop application where the frontend version (1.32.10) is managed in package.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant