Skip to content

Conversation

@Kosinkadink
Copy link
Member

@Kosinkadink Kosinkadink commented Jan 29, 2026

Reverts #1565 to derisk the next desktop release (will remerge afterwards). (this this is a bit silly but it will help)

Summary by CodeRabbit

Release Notes

Chores

  • Updated Python package dependencies and versions across macOS and Windows configurations (CPU and NVIDIA GPU variants)
  • Downgraded PyTorch and related deep learning framework packages to maintain system compatibility
  • Adjusted versions of workflow template and core utility packages for improved stability
  • Removed deprecated packages no longer included in this release

✏️ Tip: You can customize this high-level summary in your review settings.

@Kosinkadink Kosinkadink requested a review from a team as a code owner January 29, 2026 06:42
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. dependencies labels Jan 29, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 2026

📝 Walkthrough

Walkthrough

This PR downgrades multiple Python package versions across platform-specific compiled requirement files (macOS, Windows CPU, Windows NVIDIA), updates corresponding TypeScript constants for NVIDIA PyTorch versions, and removes the comfy-kitchen package dependency.

Changes

Cohort / File(s) Summary
Platform-Specific Requirements
assets/requirements/macos.compiled, assets/requirements/windows_cpu.compiled, assets/requirements/windows_nvidia.compiled
Multiple package downgrades including torch, torchaudio, torchvision, and comfyui-workflow-templates subpackages. macOS shifts PyTorch wheels from cu130 to cu129. comfy-kitchen package removed from all platforms.
NVIDIA PyTorch Constants
src/constants.ts
NVIDIA_TORCH_VERSION downgraded from 2.10.0+cu130 to 2.9.1+cu130; NVIDIA_TORCHVISION_VERSION downgraded from 0.25.0+cu130 to 0.24.1+cu130.
Installation Manager
src/install/installationManager.ts
Removed NVIDIA_TORCH_VERSION import; hardcoded PyTorch version string ("PyTorch 2.9.1 + cu130.") in NVIDIA driver warning message.

Possibly related PRs

Suggested reviewers

  • christian-byrne

Poem

🐰 A hop through versions, down we go,
PyTorch 2.9, the stable flow,
Comfy tweaks and wheels align,
Constants carved in TypeScript's line,
Windows, Mac in sync once more!

🚥 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 clearly and directly describes the main change: reverting a PyTorch version bump from 2.10.0 to an earlier version, which aligns perfectly with the changeset across multiple 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 docstrings

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.

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

Labels

dependencies 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