Skip to content

fix(pricing): remove extra pipe chars breaking Ideogram and Krea heading rendering#1304

Closed
lin-bot23 wants to merge 4 commits into
Comfy-Org:mainfrom
lin-bot23:fix/pricing-table-ideogram-krea-headers
Closed

fix(pricing): remove extra pipe chars breaking Ideogram and Krea heading rendering#1304
lin-bot23 wants to merge 4 commits into
Comfy-Org:mainfrom
lin-bot23:fix/pricing-table-ideogram-krea-headers

Conversation

@lin-bot23

Copy link
Copy Markdown
Contributor

Summary

The Ideogram and Krea sections in all 4 language pricing pages had extra leading pipe characters, causing markdown headings to be misinterpreted as table content.

Files

  • tutorials/partner-nodes/pricing.mdx
  • zh/tutorials/partner-nodes/pricing.mdx
  • ko/tutorials/partner-nodes/pricing.mdx
  • ja/tutorials/partner-nodes/pricing.mdx

Change

-||## Ideogram
-||| Node | turbo | ...
+## Ideogram
+| Node | turbo | ...

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)
…ng rendering

The Ideogram and Krea sections in all 4 language pricing pages had
extra leading pipe characters (e.g. ||## Ideogram instead of
## Ideogram), causing the markdown headings to be misinterpreted as
table content. Removed the stray pipes to restore proper rendering.
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Added an MLX support FAQ to system requirements documentation in four languages, updated translated source hashes, and corrected Ideogram pricing table Markdown in four localized pricing pages.

Changes

MLX support FAQ

Layer / File(s) Summary
MLX FAQ and translation metadata
installation/system_requirements.mdx, ja/installation/..., ko/installation/..., zh/installation/...
Adds localized FAQ content explaining PyTorch MPS usage on Apple Silicon and provides an MPS availability check; translated source hashes are updated.

Ideogram pricing markup

Layer / File(s) Summary
Ideogram table rendering
tutorials/partner-nodes/pricing.mdx, ja/tutorials/..., ko/tutorials/..., zh/tutorials/...
Corrects heading and table formatting while preserving Ideogram pricing values and the following Krea heading.

Possibly related PRs

  • Comfy-Org/docs#1302: Adds the same MLX support FAQ content to the system requirements documentation.
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified 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.

❤️ Share

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

@lin-bot23

Copy link
Copy Markdown
Contributor Author

Replaced by clean PR — only pricing fix commits

@lin-bot23 lin-bot23 closed this Jul 21, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 text to use “machine learning” without a
hyphen, preserving the rest of the sentence unchanged.
🪄 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: edc8c3cc-5d8f-43a3-a535-3d7bf2e572fa

📥 Commits

Reviewing files that changed from the base of the PR and between 006534b and b843c27.

📒 Files selected for processing (8)
  • installation/system_requirements.mdx
  • ja/installation/system_requirements.mdx
  • ja/tutorials/partner-nodes/pricing.mdx
  • ko/installation/system_requirements.mdx
  • ko/tutorials/partner-nodes/pricing.mdx
  • tutorials/partner-nodes/pricing.mdx
  • zh/installation/system_requirements.mdx
  • zh/tutorials/partner-nodes/pricing.mdx

<Accordion title="Does ComfyUI support MLX (Apple's machine learning framework)?">
ComfyUI does not use MLX directly. On Apple Silicon (M1/M2/M3/M4) Macs, ComfyUI uses PyTorch with the **MPS (Metal Performance Shaders)** backend, which leverages Apple's Metal graphics framework for GPU acceleration.

MLX is a separate machine-learning array framework designed for Apple Silicon. ComfyUI's PyTorch-based architecture uses MPS instead.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Remove the hyphen in "machine-learning" for consistency.

A hyphen here is quite a fright, remove it so the text is right! It matches the title up above, for a consistency that we love. Let's make "machine learning" uniform across the page like a spell cast by a mischievous sage.

✨ Proposed fix to banish the hyphen
-MLX is a separate machine-learning array framework designed for Apple Silicon. ComfyUI's PyTorch-based architecture uses MPS instead.
+MLX is a separate machine learning array framework designed for Apple Silicon. ComfyUI's PyTorch-based architecture uses MPS instead.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
MLX is a separate machine-learning array framework designed for Apple Silicon. ComfyUI's PyTorch-based architecture uses MPS instead.
MLX is a separate machine learning array framework designed for Apple Silicon. ComfyUI's PyTorch-based architecture uses MPS instead.
🤖 Prompt for 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.

In `@installation/system_requirements.mdx` at line 72, Update the MLX description
text to use “machine learning” without a hyphen, preserving the rest of the
sentence unchanged.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant