comfy-env 0.0.28__py3-none-any.whl → 0.0.30__py3-none-any.whl

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/pixi.py CHANGED
@@ -229,9 +229,9 @@ def create_pixi_toml(
229
229
  if env_config.requirements:
230
230
  pypi_deps.extend(env_config.requirements)
231
231
 
232
- # Add CUDA packages (no_deps_requirements)
233
- if env_config.no_deps_requirements:
234
- pypi_deps.extend(env_config.no_deps_requirements)
232
+ # NOTE: CUDA packages (no_deps_requirements) are NOT added here.
233
+ # They require special wheel resolution and are installed separately
234
+ # by the comfy-env resolver after pixi install completes.
235
235
 
236
236
  # Add platform-specific requirements
237
237
  if sys.platform == "linux" and env_config.linux_requirements:
@@ -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
  # ===========================================================================
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfy-env
3
- Version: 0.0.28
3
+ Version: 0.0.30
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
@@ -4,7 +4,7 @@ comfy_env/decorator.py,sha256=6JCKwLHaZtOLVDexs_gh_-NtS2ZK0V7nGCPqkyeYEAA,16688
4
4
  comfy_env/errors.py,sha256=8hN8NDlo8oBUdapc-eT3ZluigI5VBzfqsSBvQdfWlz4,9943
5
5
  comfy_env/install.py,sha256=xgfQWH_dwhktkcuYFwn-iscYFhx9HzXToFZF-opUDqk,28400
6
6
  comfy_env/nodes.py,sha256=CWUe35jU5SKk4ur-SddZePdqWgxJDlxGhpcJiu5pAK4,4354
7
- comfy_env/pixi.py,sha256=Oj9Z9bBg8IpsPF3usAx9v4w6OhpNk4LQjUuAP5ohnQY,13324
7
+ comfy_env/pixi.py,sha256=_p3h9iFPHwNaEAEL8SeMJLaUmoyrroH4HJcbfG1Nh8A,13383
8
8
  comfy_env/registry.py,sha256=uFCtGmWYvwGCqObXgzmArX7o5JsFNsHXxayofk3m6no,2569
9
9
  comfy_env/resolver.py,sha256=l-AnmCE1puG6CvdpDB-KrsfG_cn_3uO2DryYizUnG_4,12474
10
10
  comfy_env/env/__init__.py,sha256=imQdoQEQvrRT-QDtyNpFlkVbm2fBzgACdpQwRPd09fI,1157
@@ -33,9 +33,9 @@ comfy_env/workers/pool.py,sha256=MtjeOWfvHSCockq8j1gfnxIl-t01GSB79T5N4YB82Lg,695
33
33
  comfy_env/workers/tensor_utils.py,sha256=TCuOAjJymrSbkgfyvcKtQ_KbVWTqSwP9VH_bCaFLLq8,6409
34
34
  comfy_env/workers/torch_mp.py,sha256=4YSNPn7hALrvMVbkO4RkTeFTcc0lhfLMk5QTWjY4PHw,22134
35
35
  comfy_env/workers/venv.py,sha256=_ekHfZPqBIPY08DjqiXm6cTBQH4DrbxRWR3AAv3mit8,31589
36
- comfy_env/wheel_sources.yml,sha256=O9DJhhZnaTbV9A3Kidq8T4VntxyGAod0epT2dK-43N8,7139
37
- comfy_env-0.0.28.dist-info/METADATA,sha256=ZuS7r9d7UNx10Gx1NQVOb1q0kLXa_96hvJnir0e8Jl4,5400
38
- comfy_env-0.0.28.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
39
- comfy_env-0.0.28.dist-info/entry_points.txt,sha256=J4fXeqgxU_YenuW_Zxn_pEL7J-3R0--b6MS5t0QmAr0,49
40
- comfy_env-0.0.28.dist-info/licenses/LICENSE,sha256=E68QZMMpW4P2YKstTZ3QU54HRQO8ecew09XZ4_Vn870,1093
41
- comfy_env-0.0.28.dist-info/RECORD,,
36
+ comfy_env/wheel_sources.yml,sha256=DAF-wGRAn_-um5_2_v72b4Z7KUph5SE3Zldw22-SXcU,7300
37
+ comfy_env-0.0.30.dist-info/METADATA,sha256=wvvqao9-elGjRXxYmtAhV69CfONXZHvfCOBTipA_s98,5400
38
+ comfy_env-0.0.30.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
39
+ comfy_env-0.0.30.dist-info/entry_points.txt,sha256=J4fXeqgxU_YenuW_Zxn_pEL7J-3R0--b6MS5t0QmAr0,49
40
+ comfy_env-0.0.30.dist-info/licenses/LICENSE,sha256=E68QZMMpW4P2YKstTZ3QU54HRQO8ecew09XZ4_Vn870,1093
41
+ comfy_env-0.0.30.dist-info/RECORD,,