comfy-env 0.0.27__tar.gz → 0.0.29__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.
Files changed (43) hide show
  1. {comfy_env-0.0.27 → comfy_env-0.0.29}/PKG-INFO +1 -1
  2. {comfy_env-0.0.27 → comfy_env-0.0.29}/pyproject.toml +1 -1
  3. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/install.py +14 -9
  4. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/wheel_sources.yml +5 -0
  5. {comfy_env-0.0.27 → comfy_env-0.0.29}/.github/workflows/publish.yml +0 -0
  6. {comfy_env-0.0.27 → comfy_env-0.0.29}/.gitignore +0 -0
  7. {comfy_env-0.0.27 → comfy_env-0.0.29}/LICENSE +0 -0
  8. {comfy_env-0.0.27 → comfy_env-0.0.29}/README.md +0 -0
  9. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/__init__.py +0 -0
  10. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/cli.py +0 -0
  11. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/decorator.py +0 -0
  12. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/__init__.py +0 -0
  13. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/config.py +0 -0
  14. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/config_file.py +0 -0
  15. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/cuda_gpu_detection.py +0 -0
  16. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/manager.py +0 -0
  17. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/platform/__init__.py +0 -0
  18. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/platform/base.py +0 -0
  19. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/platform/darwin.py +0 -0
  20. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/platform/linux.py +0 -0
  21. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/platform/windows.py +0 -0
  22. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/env/security.py +0 -0
  23. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/errors.py +0 -0
  24. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/ipc/__init__.py +0 -0
  25. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/ipc/bridge.py +0 -0
  26. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/ipc/protocol.py +0 -0
  27. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/ipc/tensor.py +0 -0
  28. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/ipc/torch_bridge.py +0 -0
  29. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/ipc/transport.py +0 -0
  30. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/ipc/worker.py +0 -0
  31. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/nodes.py +0 -0
  32. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/pixi.py +0 -0
  33. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/registry.py +0 -0
  34. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/resolver.py +0 -0
  35. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/stubs/__init__.py +0 -0
  36. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/stubs/folder_paths.py +0 -0
  37. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/workers/__init__.py +0 -0
  38. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/workers/base.py +0 -0
  39. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/workers/pool.py +0 -0
  40. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/workers/tensor_utils.py +0 -0
  41. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/workers/torch_mp.py +0 -0
  42. {comfy_env-0.0.27 → comfy_env-0.0.29}/src/comfy_env/workers/venv.py +0 -0
  43. {comfy_env-0.0.27 → comfy_env-0.0.29}/untitled.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfy-env
3
- Version: 0.0.27
3
+ Version: 0.0.29
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "comfy-env"
3
- version = "0.0.27"
3
+ version = "0.0.29"
4
4
  description = "Environment management for ComfyUI custom nodes - CUDA wheel resolution and process isolation"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -175,20 +175,23 @@ def _install_node_dependencies(
175
175
 
176
176
  def install(
177
177
  config: Optional[Union[str, Path]] = None,
178
- mode: str = "inplace",
179
178
  node_dir: Optional[Path] = None,
180
179
  log_callback: Optional[Callable[[str], None]] = None,
181
180
  dry_run: bool = False,
182
181
  verify_wheels: bool = False,
182
+ **kwargs, # Accept but ignore deprecated 'mode' parameter
183
183
  ) -> bool:
184
184
  """
185
185
  Install dependencies from a comfy-env.toml configuration.
186
186
 
187
187
  This is the main entry point for installing CUDA dependencies.
188
+ Mode is auto-detected from config:
189
+ - [envname] with python = "X.X" → isolated (creates separate venv)
190
+ - [envname] without python → inplace (installs into current env)
191
+ - [local.cuda] → local (installs into current env)
188
192
 
189
193
  Args:
190
194
  config: Path to config file. If None, auto-discovers in node_dir.
191
- mode: Installation mode - "inplace" (current env) or "isolated" (new venv).
192
195
  node_dir: Directory to search for config. Defaults to current directory.
193
196
  log_callback: Optional callback for logging. Defaults to print.
194
197
  dry_run: If True, show what would be installed without installing.
@@ -209,9 +212,6 @@ def install(
209
212
  # Explicit config file
210
213
  install(config="comfy-env.toml")
211
214
 
212
- # Isolated mode
213
- install(mode="isolated")
214
-
215
215
  # Dry run to see what would be installed
216
216
  install(dry_run=True)
217
217
  """
@@ -250,10 +250,15 @@ def install(
250
250
  log(f"Environment uses conda packages - using pixi backend")
251
251
  return pixi_install(env_config, node_dir, log, dry_run)
252
252
 
253
- if mode == "isolated" and env_config:
254
- return _install_isolated(env_config, node_dir, log, dry_run)
255
- elif env_config:
256
- return _install_inplace(env_config, node_dir, log, dry_run, verify_wheels)
253
+ # Auto-detect mode based on config:
254
+ # - env_config.python set isolated (creates separate venv)
255
+ # - env_config without python → inplace (installs into current env)
256
+ # - only [local.cuda] → local (installs into current env)
257
+ if env_config:
258
+ if env_config.python:
259
+ return _install_isolated(env_config, node_dir, log, dry_run)
260
+ else:
261
+ return _install_inplace(env_config, node_dir, log, dry_run, verify_wheels)
257
262
  elif full_config.has_local:
258
263
  # Handle [local.cuda] and [local.packages] without isolated env
259
264
  return _install_local(full_config.local, node_dir, log, dry_run)
@@ -101,6 +101,11 @@ packages:
101
101
  index_url: "https://pozzettiandrea.github.io/cuda-wheels"
102
102
  description: GPU-accelerated Non-Maximum Suppression
103
103
 
104
+ lietorch:
105
+ method: index
106
+ index_url: "https://pozzettiandrea.github.io/cuda-wheels"
107
+ description: Lie group operations for PyTorch (DPVO dependency)
108
+
104
109
  # ===========================================================================
105
110
  # spconv - PyPI with CUDA-versioned package names
106
111
  # ===========================================================================
File without changes
File without changes
File without changes
File without changes