docs: add MLX FAQ entry to system requirements page#1302
Conversation
Two users asked about MLX support in ComfyUI on 2026-07-18 via the Mintlify AI assistant. The docs did not address whether ComfyUI uses MLX or how acceleration works on Apple Silicon. Adds an Accordion FAQ entry to the system requirements page clarifying that ComfyUI uses PyTorch MPS backend (not MLX) on Apple Silicon Macs, with a command to verify MPS availability. Source: Mintlify AI Assistant analytics data (2026-07-18)
|
Warning Review limit reached
Next review available in: 33 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughAdded a system requirements FAQ explaining ComfyUI’s Apple Silicon acceleration through PyTorch and MPS instead of MLX, with a command to check MPS availability. ChangesApple Silicon MLX FAQ
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
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 `@installation/system_requirements.mdx`:
- Line 72: Update the MLX description in the system requirements documentation
to identify it as a separate machine-learning array framework designed for Apple
Silicon, and remove the inaccurate “for research purposes” characterization.
Preserve the distinction that ComfyUI’s PyTorch-based architecture uses MPS
instead.
🪄 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: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: cb11074f-a550-468d-a46e-0893aaeb5e31
📒 Files selected for processing (1)
installation/system_requirements.mdx
…as array framework for Apple Silicon
Summary
Add an FAQ entry explaining that ComfyUI does not use Apple's MLX framework directly but instead uses PyTorch with the MPS (Metal Performance Shaders) backend on Apple Silicon Macs.
Two users asked about MLX support on 2026-07-18 via the AI assistant.
Changes
installation/system_requirements.mdx: Add Accordion FAQ entry under the FAQ section clarifying MLX vs MPS on Apple SiliconSource
Mintlify AI Assistant analytics data (2026-07-18)
Checklist