feat: Support ComfyUI-Manager for pip version#7555
feat: Support ComfyUI-Manager for pip version#7555comfyanonymous merged 196 commits intoComfy-Org:masterfrom
Conversation
|
Can we also ensure the comfyui manager custom node is not imported, except if And add to requirements.txt? |
It's still in the development stage, so the version is not pinned yet.
…hen `--disable-all-custom-nodes` is used. feat: Disable specific custom nodes according to the policy of `comfyui_manager`.
|
I think if |
|
My intention was that |
feat: --disable-manager-ui will disable the endpoints and ui of comfyui-manager
|
Now, it is possible to distinguish between disabling ComfyUI-Manager entirely and disabling only the UI of ComfyUI-Manager. @christian-byrne If the endpoint is blocked using |
…ger (#5635) ## Summary - Updated frontend to align with backend changes in ComfyUI core PR #7555 - Changed manager startup argument from `--disable-manager` (opt-out) to `--enable-manager` (opt-in) - Manager is now disabled by default unless explicitly enabled ## Changes - Modified `useManagerState.ts` to check for `--enable-manager` flag presence - Inverted logic: manager is disabled when the flag is NOT present - Updated all related tests to reflect the new opt-in behavior - Fixed edge case where `systemStats` is null ## Related - Backend PR: Comfy-Org/ComfyUI#7555 ## Test Plan - [x] All unit tests pass - [x] Verified manager state logic with different flag combinations - [x] TypeScript type checking passes - [x] Linting passes 🤖 Generated with [Claude Code](https://claude.ai/code) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5635-refactor-Change-manager-flag-from-disable-manager-to-enable-manager-2726d73d36508153a88bd9f152132b2a) by [Unito](https://www.unito.io)
Manual setup required, yet.
Comfy-Org/ComfyUI-Manager#1737