From 2692bb1752166430fc6674c64a13e92ac2caf391 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Wed, 24 Jun 2026 13:24:30 +0200 Subject: [PATCH] docs: note built-in manager (--enable-manager-legacy-ui) support; bump to 1.7.1 Co-Authored-By: Claude Opus 4.8 --- README.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2502229..09e2407 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ package, plus a **Disable all** button per section. Disabling: If ComfyUI Manager is not installed, the disable buttons are hidden and stats work as before. +> **Manager compatibility:** works with both the standalone +> [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager) custom node and +> ComfyUI core's built-in manager. For the built-in manager, launch ComfyUI with +> `--enable-manager-legacy-ui` (the extension detects the active manager and its +> API automatically). Without a reachable manager, all enable/disable/install +> actions are simply omitted. + ### Workflow tab & temporary enable Whenever you load a workflow, the extension scans for node types the running diff --git a/pyproject.toml b/pyproject.toml index 171c612..8d0bcb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-nodes-stats" description = "Track usage statistics for all ComfyUI nodes and packages" -version = "1.7.0" +version = "1.7.1" license = "MIT" [project.urls]