Bump ComfyUI to 0.21.1#1720
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR updates ComfyUI and related workflow template package versions across platform-specific compiled requirements files (macOS, Windows AMD, Windows CPU, and Windows NVIDIA), bumps the configured ComfyUI version to 0.21.1 in package.json, and removes the comfyui-frontend-package pinned dependency from the core requirements patch. ChangesComfyUI and Workflow Templates Dependency Updates
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 |
|
The failing snapshot is the known version masking issue, I'm just going to update the snapshot |
a213eb3 to
fd21150
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@scripts/core-requirements.patch`:
- Around line 6-7: The specified package versions
comfyui-workflow-templates==0.9.75 and comfyui-embedded-docs==0.5.0 do not exist
on PyPI and will fail install; update the dependency lines referencing
comfyui-workflow-templates and comfyui-embedded-docs to use published versions
(e.g., comfyui-workflow-templates==0.9.73 and comfyui-embedded-docs==0.4.4) or
change to a non-strict specification (>=) if you intend to accept future
releases, then run a fresh install to verify resolution.
🪄 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: f97a405f-a6d2-4482-b466-21f8d26151b1
📒 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
✅ Files skipped from review due to trivial changes (3)
- assets/requirements/macos.compiled
- assets/requirements/windows_cpu.compiled
- assets/requirements/windows_amd.compiled
🚧 Files skipped from review as they are similar to previous changes (2)
- package.json
- assets/requirements/windows_nvidia.compiled
Updates the bundled ComfyUI version to v0.21.1 and bumps the desktop app version to 0.9.1.
Also refreshes the core requirements patch and compiled requirement snapshots for the upstream workflow-template and embedded-docs package bumps.
Summary by CodeRabbit