Skip to content

docs: add ComfyUI Manager update instructions to update page#1271

Closed
lin-bot23 wants to merge 2 commits into
Comfy-Org:mainfrom
lin-bot23:analytics-fix/2026-07-15-comfyui-manager-update
Closed

docs: add ComfyUI Manager update instructions to update page#1271
lin-bot23 wants to merge 2 commits into
Comfy-Org:mainfrom
lin-bot23:analytics-fix/2026-07-15-comfyui-manager-update

Conversation

@lin-bot23

Copy link
Copy Markdown
Contributor

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 methods

Source
Mintlify AI Assistant analytics data (2026-07-15)

Checklist

  • English only (translations separate)
  • PR created by Hermes Agent (bot), do not merge

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)
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Adds WanImageToVideo output-duration guidance and documents multiple ComfyUI Manager update paths, including re-enabling the Manager when needed.

Changes

WanImageToVideo documentation

Layer / File(s) Summary
Frame rate and duration guidance
built-in-nodes/WanImageToVideo.mdx
Documents the fixed 16 FPS output rate and explains calculating approximate duration from length.

ComfyUI Manager documentation

Layer / File(s) Summary
Manager update paths
installation/update_comfyui.mdx
Adds Manager UI, Git, Windows Portable, restart, and --enable-manager instructions. A tidy update, no version-number confetti.

Suggested reviewers: comfyui-wiki

🚥 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.

@coderabbitai
coderabbitai Bot requested a review from comfyui-wiki July 14, 2026 22:13

@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/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

📥 Commits

Reviewing files that changed from the base of the PR and between 9a3ae29 and dc9734b.

📒 Files selected for processing (2)
  • built-in-nodes/WanImageToVideo.mdx
  • installation/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>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 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.

Suggested change
<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.

@lin-bot23

Copy link
Copy Markdown
Contributor Author

Superseded by consolidated PR #1272 which includes this change + Wan FPS note + memory offload defaults.

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