docs: add stop/exit instructions for Comfy Desktop (kebab menu) and Cloud (billing note) (zh/ja/ko)#1301
Conversation
Two users asked 'how to exit comfy ui mobile' and 'how to exit comfy ui portable' on 2026-07-18 via the Mintlify AI assistant. The docs did not cover how to stop or exit ComfyUI, which is a basic but commonly needed task. Adds a 'How to Stop/Exit ComfyUI' section to the troubleshooting overview page covering Portable/manual install (Ctrl+C), Comfy Desktop (close window), and Comfy Cloud (close tab or dashboard). Source: Mintlify AI Assistant analytics data (2026-07-18)
|
Warning Review limit reached
Next review available in: 56 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 (14)
📝 WalkthroughWalkthroughAdded stop and exit instructions for Comfy Cloud, Windows Portable, Comfy Desktop, and manual ComfyUI installations. ChangesExit Troubleshooting
Suggested reviewers: 🚥 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 `@troubleshooting/overview.mdx`:
- Around line 96-98: Update the “For Comfy Desktop” instructions to clarify that
clicking the X may return to the Dashboard rather than fully quitting. Direct
users to select Quit from the system tray, or enable the “Close Comfy Desktop on
last window” preference to make closing the window exit the application.
🪄 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: e440d2ef-1a08-44b7-8a6c-fc3a90dcb5a4
📒 Files selected for processing (1)
troubleshooting/overview.mdx
| **For Comfy Desktop:** | ||
| - Click the **X** button on the Comfy Desktop window | ||
| - Or right-click the Comfy Desktop icon in the system tray and select **Quit** |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Clarify that closing the Desktop window may not fully quit the app.
The documented “Close Comfy Desktop on last window” preference indicates that clicking X can return to the Dashboard instead of exiting. Mention this caveat and direct users to Quit from the tray, or to enable that preference, so the FAQ reliably explains how to stop the application. Otherwise, the app may hide rather than quit, a tiny exit trap.
Suggested wording
- Click the **X** button on the Comfy Desktop window
- Or right-click the Comfy Desktop icon in the system tray and select **Quit**
+ Close the Comfy Desktop window. If it returns to the Dashboard, right-click the tray icon and select **Quit**.
+ To make closing the last window fully exit the app, enable **Close Comfy Desktop on last window (don't return to Dashboard)** in Preferences.📝 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.
| **For Comfy Desktop:** | |
| - Click the **X** button on the Comfy Desktop window | |
| - Or right-click the Comfy Desktop icon in the system tray and select **Quit** | |
| **For Comfy Desktop:** | |
| - Close the Comfy Desktop window. If it returns to the Dashboard, right-click the tray icon and select **Quit**. | |
| - To make closing the last window fully exit the app, enable **Close Comfy Desktop on last window (don't return to Dashboard)** in Preferences. |
🤖 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 `@troubleshooting/overview.mdx` around lines 96 - 98, Update the “For Comfy
Desktop” instructions to clarify that clicking the X may return to the Dashboard
rather than fully quitting. Direct users to select Quit from the system tray, or
enable the “Close Comfy Desktop on last window” preference to make closing the
window exit the application.
Instead of one section in troubleshooting/overview, add stop/exit instructions to the relevant pages: - manual_install.mdx (Ctrl+C in terminal) - comfyui_portable_windows.mdx (Ctrl+C in cmd window) - desktop/faq.mdx (close window / system tray quit) - get_started/cloud.mdx (close tab / dashboard)
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/desktop/faq.mdx`:
- Around line 67-70: Update “How to Stop/Exit Comfy Desktop” to distinguish
closing the window—which may return to Dashboard according to the last-window
close setting—from fully quitting the application. Direct users to right-click
the system-tray icon and select “Quit” for a guaranteed full exit.
🪄 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: 425bb525-ad9f-4d14-ae0f-c7dbf78c7fb6
📒 Files selected for processing (4)
get_started/cloud.mdxinstallation/comfyui_portable_windows.mdxinstallation/desktop/faq.mdxinstallation/manual_install.mdx
…translations Desktop: stop via ⋮ menu per-instance (confirmed from source code). Manual install: zh/ja/ko translations for stop/exit section. Portable/Cloud/Desktop FAQ: zh/ja/ko translations synced.
The previous wording 'actively running' was misleading — billing occurs only when the GPU is running, not when the session is just open. Also clarified that closing the tab is safe and automatic, just like a regular browser tab. Updated EN (source), ZH, JA, KO translations.
Closing the window may only return to Dashboard depending on the last-window close setting. Only system tray → Quit is a guaranteed full exit. Updated EN (source), ZH, JA, KO.
Summary
Two users asked about how to stop/exit ComfyUI on 2026-07-18 via the AI assistant. This adds clear instructions per version.
Changes
Source
Mintlify AI Assistant analytics data (2026-07-18)
Checklist