Skip to content

Bump ComfyUI to v0.13.0#1599

Merged
benceruleanlu merged 2 commits intomainfrom
bump-comfyui-v0.13.0
Feb 11, 2026
Merged

Bump ComfyUI to v0.13.0#1599
benceruleanlu merged 2 commits intomainfrom
bump-comfyui-v0.13.0

Conversation

@benceruleanlu
Copy link
Member

@benceruleanlu benceruleanlu commented Feb 10, 2026

Summary

  • bump config.comfyUI.version to 0.13.0
  • update scripts/core-requirements.patch to match ComfyUI v0.13.0 requirements.txt
  • regenerate compiled requirements for macOS and Windows (AMD/CPU/NVIDIA)

Summary by CodeRabbit

  • Chores
    • Updated multiple package dependencies across macOS and Windows (AMD/CPU/NVIDIA) compiled requirement lists.
    • Bumped comfyUI frontend sub-version from 0.12.3 to 0.13.0.
    • Updated comfyUI-related packages (workflow templates, embedded docs, AI tools) to newer patch releases.

┆Issue is synchronized with this Notion page by Unito

Copilot AI review requested due to automatic review settings February 10, 2026 20:06
@benceruleanlu benceruleanlu requested a review from a team as a code owner February 10, 2026 20:06
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Feb 10, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 10, 2026

📝 Walkthrough

Walkthrough

This PR updates pinned versions for several comfyUI-related packages across platform-specific compiled requirements and bumps the comfyUI frontend version in package.json; no code-level API, control flow, or exported/public signatures were changed.

Changes

Cohort / File(s) Summary
Platform-specific compiled requirements
assets/requirements/macos.compiled, assets/requirements/windows_amd.compiled, assets/requirements/windows_cpu.compiled, assets/requirements/windows_nvidia.compiled
Bumped multiple comfyUI-related packages (comfy-aimdo, comfyui-embedded-docs, comfyui-workflow-templates, comfyui-workflow-templates-core, and several comfyui-workflow-templates-media packages) to newer patch versions; no structural changes.
Configuration & requirements patch
package.json, scripts/core-requirements.patch
Updated config.frontend.comfyUI from 0.12.3 → 0.13.0 in package.json; bumped comfyui-frontend-package and comfyui-workflow-templates entries in the requirements patch.

Possibly related PRs

Suggested Reviewers

  • christian-byrne
  • luke-mino-altherr

Poem

🐰 Dependencies hop to versions bright,
New pins snug under moonlit byte,
Templates, docs, and media align,
Across each platform — neat and fine,
A rabbit cheers: builds run light! 🥕

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Bump ComfyUI to v0.13.0' directly and accurately reflects the primary change: updating the ComfyUI version from 0.12.3 to 0.13.0 across package.json and all dependency files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bump-comfyui-v0.13.0

No actionable comments were generated in the recent review. 🎉


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.

❤️ Share

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

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f5d2989992

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

},
"comfyUI": {
"version": "0.12.3",
"version": "0.13.0",

Choose a reason for hiding this comment

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

P1 Badge Update bundled frontend version with ComfyUI upgrade

Bumping config.comfyUI.version to 0.13.0 without also bumping config.frontend.version leaves the app downloading frontend 1.37.11 (scripts/downloadFrontend.js reads this config) while the new core requirements patch shows ComfyUI now expects comfyui-frontend-package==1.38.13 (scripts/core-requirements.patch). Since this repo removes that package from pip requirements, installer checks no longer enforce the match, so the desktop can ship a backend/frontend version pair with known compatibility drift and runtime UI/API breakage.

Useful? React with 👍 / 👎.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps the bundled ComfyUI core version to v0.13.0 and updates the pinned Python dependency sets used to build the desktop app across macOS and Windows targets.

Changes:

  • Update config.comfyUI.version to 0.13.0.
  • Refresh scripts/core-requirements.patch to match ComfyUI v0.13.0 upstream requirements.txt (frontend package removal + updated context versions).
  • Regenerate compiled Python requirements for macOS and Windows (CPU/NVIDIA/AMD).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
scripts/core-requirements.patch Updates the patch used to modify upstream ComfyUI requirements.txt for desktop packaging.
package.json Bumps ComfyUI core version configured for asset download/build.
assets/requirements/windows_nvidia.compiled Updates pinned dependency set for Windows NVIDIA builds.
assets/requirements/windows_cpu.compiled Updates pinned dependency set for Windows CPU builds.
assets/requirements/windows_amd.compiled Updates pinned dependency set for Windows AMD builds.
assets/requirements/macos.compiled Updates pinned dependency set for macOS builds (including Torch/TorchAudio pins).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 14 to 19
"version": "1.37.11",
"optionalBranch": ""
},
"comfyUI": {
"version": "0.12.3",
"version": "0.13.0",
"optionalBranch": ""
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

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

config.frontend.version is still 1.37.11, but the updated ComfyUI requirements context (and core-requirements.patch) indicates ComfyUI v0.13.0 expects comfyui-frontend-package==1.38.13. Unless this project intentionally decouples frontend/core versions, bump the frontend version in package.json to match to avoid runtime incompatibilities between the downloaded frontend and the ComfyUI backend.

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 10, 2026
@benceruleanlu benceruleanlu merged commit 39fc2bd into main Feb 11, 2026
13 of 14 checks passed
@benceruleanlu benceruleanlu deleted the bump-comfyui-v0.13.0 branch February 11, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants