Revert "Update ComfyUI core to v0.9.1 (#1528)"#1533
Revert "Update ComfyUI core to v0.9.1 (#1528)"#1533benceruleanlu wants to merge 1 commit intomainfrom
Conversation
This reverts commit 676b957.
📝 WalkthroughWalkthroughVersion pins for ComfyUI-related packages are downgraded across compiled requirement files for different platforms (macOS and Windows variants), configuration files, and patch scripts. Specific downgrades include comfyui-embedded-docs from 0.4.0 to 0.3.1, comfyui-workflow-templates from 0.8.4 to 0.7.69 (or 0.7.64 for Windows AMD), comfyui-frontend-package from 1.36.14 to 1.35.9, and ComfyUI version from 0.9.1 to 0.8.2. Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (6)
⏰ 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). (5)
🔇 Additional comments (6)
✏️ Tip: You can disable this entire section by setting 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 |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This pull request reverts the ComfyUI core version bump from v0.9.1 back to v0.8.2, effectively undoing PR #1528. This includes rolling back the frontend version from 1.36.14 to 1.35.9 and reverting associated package dependencies to their earlier versions.
Changes:
- Reverted ComfyUI core version from 0.9.1 to 0.8.2 in package.json
- Reverted frontend version from 1.36.14 to 1.35.9 in package.json
- Rolled back dependency versions for comfyui-embedded-docs (0.4.0 → 0.3.1) and comfyui-workflow-templates (0.8.4 → 0.7.69) across all platform-specific requirement files
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Reverted comfyUI.version to 0.8.2 and frontend.version to 1.35.9 |
| scripts/core-requirements.patch | Updated patch file to reflect older package versions (comfyui-frontend-package 1.35.9, comfyui-workflow-templates 0.7.69, comfyui-embedded-docs 0.3.1) |
| assets/requirements/windows_nvidia.compiled | Rolled back comfyui-embedded-docs and comfyui-workflow-templates versions |
| assets/requirements/windows_cpu.compiled | Rolled back comfyui-embedded-docs and comfyui-workflow-templates versions |
| assets/requirements/windows_amd.compiled | Rolled back comfyui-embedded-docs and comfyui-workflow-templates versions |
| assets/requirements/macos.compiled | Rolled back comfyui-embedded-docs and comfyui-workflow-templates versions |
Comments suppressed due to low confidence (7)
assets/requirements/windows_amd.compiled:26
- The certifi package version contains a future date (2025.11.12, which is November 2025) when the current date is January 2026. This indicates the version doesn't exist yet or there's a typo in the version number. This should be corrected to use a valid, existing version.
certifi==2025.11.12
assets/requirements/windows_amd.compiled:91
- The fsspec package version contains a future date (2025.12.0, which is December 2025) when the current date is January 2026. This indicates the version doesn't exist yet or there's a typo in the version number. This should be corrected to use a valid, existing version.
fsspec==2025.12.0
assets/requirements/windows_amd.compiled:5
- The aiohappyeyeballs version 2.6.1 appears to be significantly higher than versions in other compiled files (e.g., 2.4.6 in windows_nvidia.compiled, 2.4.3 in macos.compiled). This may indicate a nonexistent or incorrect version. Please verify this version exists on PyPI.
aiohappyeyeballs==2.6.1
assets/requirements/windows_amd.compiled:8
- The aiohttp version 3.13.2 appears to be significantly higher than versions in other compiled files (e.g., 3.11.12 in windows_nvidia.compiled, 3.11.18 in macos.compiled). This may indicate a nonexistent or incorrect version. Please verify this version exists on PyPI.
aiohttp==3.13.2
assets/requirements/windows_amd.compiled:23
- The av version 16.0.1 appears to be significantly higher than versions in other compiled files (e.g., 14.2.0 in windows_nvidia.compiled, 14.3.0 in macos.compiled). This may indicate a nonexistent or incorrect version. Please verify this version exists on PyPI.
av==16.0.1
assets/requirements/windows_amd.compiled:29
- The cffi version 2.0.0 appears to be significantly higher than versions in other compiled files (e.g., 1.17.1 in windows_nvidia.compiled and macos.compiled). This may indicate a nonexistent or incorrect version. Please verify this version exists on PyPI.
cffi==2.0.0
assets/requirements/windows_amd.compiled:72
- The cryptography version 46.0.3 appears to be significantly higher than versions in other compiled files (e.g., 44.0.0 in windows_nvidia.compiled, 43.0.3 in macos.compiled). This may indicate a nonexistent or incorrect version. Please verify this version exists on PyPI.
cryptography==46.0.3
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Replaced by #1537 |
Reverts the ComfyUI core bump to v0.9.1.
Reason: #1532
This is to unblock release that contains the PyPI mirror fallback
┆Issue is synchronized with this Notion page by Unito