docs: add ComfyUI Manager update instructions to update page#1271
docs: add ComfyUI Manager update instructions to update page#1271lin-bot23 wants to merge 2 commits into
Conversation
Users commonly ask what frame rate the WanImageToVideo node outputs at. The length parameter gives frame count but FPS was undocumented. Wan video generation uses a fixed 16 FPS, documented in tutorial workflows but missing from the node reference docs. Source: Mintlify AI Assistant analytics data (2026-07-15)
Users asked about updating ComfyUI Manager, which is a separate custom node from ComfyUI core. The update page covered ComfyUI itself but did not mention how to update Manager. Adds three methods: via Manager UI, via Git pull, and notes for the Portable version. Source: Mintlify AI Assistant analytics data (2026-07-15)
📝 WalkthroughWalkthroughAdds WanImageToVideo output-duration guidance and documents multiple ComfyUI Manager update paths, including re-enabling the Manager when needed. ChangesWanImageToVideo documentation
ComfyUI Manager documentation
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 `@installation/update_comfyui.mdx`:
- Line 164: Update the Note near the ComfyUI Manager update instructions to
distinguish the two flags: retain --enable-manager for a missing or disabled
Manager, and instruct users to remove --disable-manager-ui when the Manager UI
is hidden. Keep the existing Manager Overview link and explain the applicable
single-flag fix for each case.
🪄 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: d99173ed-28c6-45cd-a493-7a9ca0540bbe
📒 Files selected for processing (2)
built-in-nodes/WanImageToVideo.mdxinstallation/update_comfyui.mdx
| </Accordion> | ||
| </AccordionGroup> | ||
|
|
||
| <Note>If the Manager is missing or disabled after an update, re-enable it via `--enable-manager` launch flag. See the [ComfyUI Manager Overview](/manager/overview) for details.</Note> |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Clarify which flag must be changed.
--enable-manager enables Manager, but it does not restore the UI when --disable-manager-ui is present. Tell users to remove --disable-manager-ui in that case. One flag, one fix, fewer clicks.
Proposed wording
-<Note>If the Manager is missing or disabled after an update, re-enable it via `--enable-manager` launch flag. See the [ComfyUI Manager Overview](/manager/overview) for details.</Note>
+<Note>If the Manager is not enabled after an update, start ComfyUI with the `--enable-manager` launch flag. If only the Manager UI is disabled, remove the `--disable-manager-ui` flag. See the [ComfyUI Manager Overview](/manager/overview) for details.</Note>📝 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.
| <Note>If the Manager is missing or disabled after an update, re-enable it via `--enable-manager` launch flag. See the [ComfyUI Manager Overview](/manager/overview) for details.</Note> | |
| <Note>If the Manager is not enabled after an update, start ComfyUI with the `--enable-manager` launch flag. If only the Manager UI is disabled, remove the `--disable-manager-ui` flag. See the [ComfyUI Manager Overview](/manager/overview) for details.</Note> |
🤖 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/update_comfyui.mdx` at line 164, Update the Note near the
ComfyUI Manager update instructions to distinguish the two flags: retain
--enable-manager for a missing or disabled Manager, and instruct users to remove
--disable-manager-ui when the Manager UI is hidden. Keep the existing Manager
Overview link and explain the applicable single-flag fix for each case.
|
Superseded by consolidated PR #1272 which includes this change + Wan FPS note + memory offload defaults. |
Summary
Users asked about updating ComfyUI Manager but the update page only covered ComfyUI core code. ComfyUI Manager is a separate custom node with its own update mechanism. This adds a new section to the update page with three methods: via the Manager UI, via Git pull in the custom_nodes directory, and notes for the Portable version.
Changes
installation/update_comfyui.mdx: Added section "How to Update ComfyUI Manager" with AccordionGroup covering Manager UI, Git, and Portable methodsSource
Mintlify AI Assistant analytics data (2026-07-15)
Checklist