comfy-env 0.0.30__tar.gz → 0.0.31__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_env-0.0.30 → comfy_env-0.0.31}/PKG-INFO +1 -1
- {comfy_env-0.0.30 → comfy_env-0.0.31}/pyproject.toml +1 -1
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/manager.py +5 -1
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/install.py +11 -4
- {comfy_env-0.0.30 → comfy_env-0.0.31}/.github/workflows/publish.yml +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/.gitignore +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/LICENSE +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/README.md +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/__init__.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/cli.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/decorator.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/__init__.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/config.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/config_file.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/cuda_gpu_detection.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/platform/__init__.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/platform/base.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/platform/darwin.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/platform/linux.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/platform/windows.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/env/security.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/errors.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/ipc/__init__.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/ipc/bridge.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/ipc/protocol.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/ipc/tensor.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/ipc/torch_bridge.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/ipc/transport.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/ipc/worker.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/nodes.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/pixi.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/registry.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/resolver.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/stubs/__init__.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/stubs/folder_paths.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/wheel_sources.yml +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/workers/__init__.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/workers/base.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/workers/pool.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/workers/tensor_utils.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/workers/torch_mp.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/src/comfy_env/workers/venv.py +0 -0
- {comfy_env-0.0.30 → comfy_env-0.0.31}/untitled.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfy-env
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.31
|
|
4
4
|
Summary: Environment management for ComfyUI custom nodes - CUDA wheel resolution and process isolation
|
|
5
5
|
Project-URL: Homepage, https://github.com/PozzettiAndrea/comfy-env
|
|
6
6
|
Project-URL: Repository, https://github.com/PozzettiAndrea/comfy-env
|
|
@@ -388,6 +388,8 @@ class IsolatedEnvManager:
|
|
|
388
388
|
# PEP 503 index - use --extra-index-url
|
|
389
389
|
index_url = self._substitute_template(config["index_url"], vars_dict)
|
|
390
390
|
pkg_spec = f"{package}=={version}" if version else package
|
|
391
|
+
self.log(f" Index: {index_url}")
|
|
392
|
+
self.log(f" Package: {pkg_spec}")
|
|
391
393
|
result = subprocess.run(
|
|
392
394
|
pip_args + ["--extra-index-url", index_url, "--no-deps", pkg_spec],
|
|
393
395
|
capture_output=True, text=True,
|
|
@@ -397,6 +399,8 @@ class IsolatedEnvManager:
|
|
|
397
399
|
# GitHub Pages or generic find-links
|
|
398
400
|
index_url = self._substitute_template(config["index_url"], vars_dict)
|
|
399
401
|
pkg_spec = f"{package}=={version}" if version else package
|
|
402
|
+
self.log(f" Find-links: {index_url}")
|
|
403
|
+
self.log(f" Package: {pkg_spec}")
|
|
400
404
|
result = subprocess.run(
|
|
401
405
|
pip_args + ["--find-links", index_url, "--no-deps", pkg_spec],
|
|
402
406
|
capture_output=True, text=True,
|
|
@@ -406,7 +410,7 @@ class IsolatedEnvManager:
|
|
|
406
410
|
# Transform package name based on CUDA version
|
|
407
411
|
actual_package = self._substitute_template(config["package_template"], vars_dict)
|
|
408
412
|
pkg_spec = f"{actual_package}=={version}" if version else actual_package
|
|
409
|
-
self.log(f"
|
|
413
|
+
self.log(f" PyPI variant: {pkg_spec}")
|
|
410
414
|
result = subprocess.run(
|
|
411
415
|
pip_args + ["--no-deps", pkg_spec],
|
|
412
416
|
capture_output=True, text=True,
|
|
@@ -482,21 +482,27 @@ def _install_cuda_package(
|
|
|
482
482
|
pkg_spec = f"{package}=={resolved_version}"
|
|
483
483
|
else:
|
|
484
484
|
pkg_spec = f"{package}=={version}" if version else package
|
|
485
|
-
log(f" Installing {package}
|
|
485
|
+
log(f" Installing {package} (index)...")
|
|
486
|
+
log(f" Index: {index_url}")
|
|
487
|
+
log(f" Package: {pkg_spec}")
|
|
486
488
|
_pip_install_with_index(pkg_spec, index_url, log)
|
|
487
489
|
|
|
488
490
|
elif method == "github_index":
|
|
489
491
|
# GitHub Pages index - use pip --find-links
|
|
490
492
|
index_url = _substitute_template(config["index_url"], env)
|
|
491
493
|
pkg_spec = f"{package}=={version}" if version else package
|
|
492
|
-
log(f" Installing {package}
|
|
494
|
+
log(f" Installing {package} (github_index)...")
|
|
495
|
+
log(f" Find-links: {index_url}")
|
|
496
|
+
log(f" Package: {pkg_spec}")
|
|
493
497
|
_pip_install_with_find_links(pkg_spec, index_url, log)
|
|
494
498
|
|
|
495
499
|
elif method == "find_links":
|
|
496
500
|
# Generic find-links (e.g., PyG) - use pip --find-links
|
|
497
501
|
index_url = _substitute_template(config["index_url"], env)
|
|
498
502
|
pkg_spec = f"{package}=={version}" if version else package
|
|
499
|
-
log(f" Installing {package}
|
|
503
|
+
log(f" Installing {package} (find_links)...")
|
|
504
|
+
log(f" Find-links: {index_url}")
|
|
505
|
+
log(f" Package: {pkg_spec}")
|
|
500
506
|
_pip_install_with_find_links(pkg_spec, index_url, log)
|
|
501
507
|
|
|
502
508
|
elif method == "pypi_variant":
|
|
@@ -506,7 +512,8 @@ def _install_cuda_package(
|
|
|
506
512
|
vars_dict["cuda_short2"] = get_cuda_short2(env.cuda_version)
|
|
507
513
|
actual_package = _substitute_template(config["package_template"], vars_dict)
|
|
508
514
|
pkg_spec = f"{actual_package}=={version}" if version else actual_package
|
|
509
|
-
log(f" Installing {package}
|
|
515
|
+
log(f" Installing {package} (pypi_variant)...")
|
|
516
|
+
log(f" PyPI variant: {pkg_spec}")
|
|
510
517
|
_pip_install([pkg_spec], no_deps=False, log=log)
|
|
511
518
|
|
|
512
519
|
elif method == "github_release":
|
|
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
|