Initial commit: ComfyUI node usage stats tracker

Tracks every node used in every prompt submission via SQLite,
maps class_types to source packages, and exposes API endpoints
and a frontend dialog for viewing per-package usage stats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 13:29:08 +01:00
commit 25f1729f23
5 changed files with 479 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "comfyui-nodes-stats"
description = "Track usage statistics for all ComfyUI nodes and packages"
version = "1.0.0"
license = "MIT"
[project.urls]
Repository = "https://github.com/placeholder/comfyui-nodes-stats"
[tool.comfy]
PublisherId = ""
DisplayName = "Node Usage Stats"
Icon = ""