comfy-cli 1.10.3__tar.gz → 1.10.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/PKG-INFO +1 -1
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/tracking.py +9 -1
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli.egg-info/PKG-INFO +1 -1
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/pyproject.toml +1 -1
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/LICENSE +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/README.md +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/__init__.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/__main__.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/cmdline.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/__init__.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/code_search.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/custom_nodes/__init__.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/custom_nodes/bisect_custom_nodes.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/custom_nodes/cm_cli_util.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/custom_nodes/command.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/__init__.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/adapters.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/app.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/client.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/output.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/poll.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/schema.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/spec/openapi.yml +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/spec.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/generate/upload.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/github/pr_info.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/install.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/launch.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/models/models.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/pr_command.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/command/run.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/config_manager.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/constants.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/cuda_detect.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/env_checker.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/file_utils.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/git_utils.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/logging.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/pr_cache.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/registry/__init__.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/registry/api.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/registry/config_parser.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/registry/types.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/resolve_python.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/standalone.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/typing.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/ui.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/update.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/utils.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/uv.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/workflow_to_api.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli/workspace_manager.py +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli.egg-info/SOURCES.txt +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli.egg-info/dependency_links.txt +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli.egg-info/entry_points.txt +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli.egg-info/requires.txt +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/comfy_cli.egg-info/top_level.txt +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/setup.cfg +0 -0
- {comfy_cli-1.10.3 → comfy_cli-1.10.4}/tests/test_file_utils_network.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfy-cli
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.4
|
|
4
4
|
Summary: A CLI tool for installing and using ComfyUI.
|
|
5
5
|
Maintainer-email: Yoland Yan <yoland@drip.art>, James Kwon <hongilkwon316@gmail.com>, Robin Huang <robin@drip.art>, "Dr.Lt.Data" <dr.lt.data@gmail.com>
|
|
6
6
|
License: GPL-3.0-only
|
|
@@ -32,6 +32,12 @@ POSTHOG_HOST = "https://t.comfy.org"
|
|
|
32
32
|
# Only these events get the tracing_id --> workflow_run_id alias on PostHog.
|
|
33
33
|
EXECUTION_EVENTS = frozenset({"execution_start", "execution_success", "execution_error"})
|
|
34
34
|
|
|
35
|
+
# Namespace applied to event names on PostHog only, matching the
|
|
36
|
+
# app:/hub:/registry: surface-prefix convention in the shared project. Mixpanel
|
|
37
|
+
# keeps the bare legacy names (see ``mixpanel_name`` in track_event) so its
|
|
38
|
+
# historical streams stay continuous.
|
|
39
|
+
POSTHOG_EVENT_PREFIX = "cli:"
|
|
40
|
+
|
|
35
41
|
# Kwargs whose values must never reach tracking system.
|
|
36
42
|
# The key is kept (with a redacted marker) so we can still see whether the option was supplied.
|
|
37
43
|
SENSITIVE_TRACKING_KEYS = frozenset({"api_key"})
|
|
@@ -113,9 +119,11 @@ class PostHogProvider:
|
|
|
113
119
|
if not self.enabled or self.client is None or distinct_id is None:
|
|
114
120
|
return
|
|
115
121
|
merged = {**self._STANDARD_PROPERTIES, **properties}
|
|
122
|
+
# Membership check uses the canonical (unprefixed) name; the prefix is
|
|
123
|
+
# cosmetic to the PostHog taxonomy and applied only at capture time.
|
|
116
124
|
if event_name in EXECUTION_EVENTS and "tracing_id" in merged:
|
|
117
125
|
merged.setdefault("workflow_run_id", merged["tracing_id"])
|
|
118
|
-
self.client.capture(event=event_name, distinct_id=distinct_id, properties=merged)
|
|
126
|
+
self.client.capture(event=f"{POSTHOG_EVENT_PREFIX}{event_name}", distinct_id=distinct_id, properties=merged)
|
|
119
127
|
|
|
120
128
|
def flush(self) -> None:
|
|
121
129
|
if self.client is None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfy-cli
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.4
|
|
4
4
|
Summary: A CLI tool for installing and using ComfyUI.
|
|
5
5
|
Maintainer-email: Yoland Yan <yoland@drip.art>, James Kwon <hongilkwon316@gmail.com>, Robin Huang <robin@drip.art>, "Dr.Lt.Data" <dr.lt.data@gmail.com>
|
|
6
6
|
License: GPL-3.0-only
|
|
@@ -5,7 +5,7 @@ requires = [ "setuptools>=61" ]
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "comfy-cli"
|
|
8
|
-
version = "1.10.
|
|
8
|
+
version = "1.10.4" # Will be filled in by the CI/CD pipeline. Check publish_package.py.
|
|
9
9
|
description = "A CLI tool for installing and using ComfyUI."
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
keywords = [ "comfyui", "stable diffusion" ]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|