comfy-env 0.0.25__tar.gz → 0.0.26__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.25 → comfy_env-0.0.26}/PKG-INFO +1 -1
- {comfy_env-0.0.25 → comfy_env-0.0.26}/pyproject.toml +1 -1
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/wheel_sources.yml +29 -25
- {comfy_env-0.0.25 → comfy_env-0.0.26}/.github/workflows/publish.yml +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/.gitignore +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/LICENSE +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/README.md +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/__init__.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/cli.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/decorator.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/__init__.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/config.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/config_file.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/cuda_gpu_detection.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/manager.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/platform/__init__.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/platform/base.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/platform/darwin.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/platform/linux.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/platform/windows.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/env/security.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/errors.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/install.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/ipc/__init__.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/ipc/bridge.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/ipc/protocol.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/ipc/tensor.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/ipc/torch_bridge.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/ipc/transport.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/ipc/worker.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/nodes.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/pixi.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/registry.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/resolver.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/stubs/__init__.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/stubs/folder_paths.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/workers/__init__.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/workers/base.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/workers/pool.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/workers/tensor_utils.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/workers/torch_mp.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/src/comfy_env/workers/venv.py +0 -0
- {comfy_env-0.0.25 → comfy_env-0.0.26}/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.26
|
|
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
|
|
@@ -58,38 +58,48 @@ packages:
|
|
|
58
58
|
description: PyTorch3D - 3D deep learning library
|
|
59
59
|
|
|
60
60
|
# ===========================================================================
|
|
61
|
-
# PozzettiAndrea
|
|
61
|
+
# PozzettiAndrea cuda-wheels (unified PEP 503 index)
|
|
62
|
+
# https://pozzettiandrea.github.io/cuda-wheels
|
|
62
63
|
# ===========================================================================
|
|
63
64
|
nvdiffrast:
|
|
64
|
-
method:
|
|
65
|
-
index_url: "https://pozzettiandrea.github.io/
|
|
65
|
+
method: index
|
|
66
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
66
67
|
description: NVIDIA differentiable rasterizer
|
|
67
68
|
|
|
68
69
|
cumesh:
|
|
69
|
-
method:
|
|
70
|
-
index_url: "https://pozzettiandrea.github.io/
|
|
70
|
+
method: index
|
|
71
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
71
72
|
description: CUDA-accelerated mesh utilities
|
|
72
73
|
|
|
73
74
|
o_voxel:
|
|
74
|
-
method:
|
|
75
|
-
index_url: "https://pozzettiandrea.github.io/
|
|
75
|
+
method: index
|
|
76
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
76
77
|
description: O-Voxel CUDA extension for TRELLIS
|
|
77
78
|
|
|
78
79
|
flex_gemm:
|
|
79
|
-
method:
|
|
80
|
-
index_url: "https://pozzettiandrea.github.io/
|
|
80
|
+
method: index
|
|
81
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
81
82
|
description: Flexible GEMM operations
|
|
82
83
|
|
|
83
84
|
nvdiffrec_render:
|
|
84
|
-
method:
|
|
85
|
+
method: index
|
|
86
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
85
87
|
description: NVDiffRec rendering utilities
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
88
|
+
|
|
89
|
+
gsplat:
|
|
90
|
+
method: index
|
|
91
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
92
|
+
description: Gaussian splatting rasterization
|
|
93
|
+
|
|
94
|
+
cc_torch:
|
|
95
|
+
method: index
|
|
96
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
97
|
+
description: GPU-accelerated connected components
|
|
98
|
+
|
|
99
|
+
torch_generic_nms:
|
|
100
|
+
method: index
|
|
101
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
102
|
+
description: GPU-accelerated Non-Maximum Suppression
|
|
93
103
|
|
|
94
104
|
# ===========================================================================
|
|
95
105
|
# spconv - PyPI with CUDA-versioned package names
|
|
@@ -103,15 +113,9 @@ packages:
|
|
|
103
113
|
# sageattention - Fast quantized attention
|
|
104
114
|
# ===========================================================================
|
|
105
115
|
sageattention:
|
|
106
|
-
method:
|
|
116
|
+
method: index
|
|
117
|
+
index_url: "https://pozzettiandrea.github.io/cuda-wheels"
|
|
107
118
|
description: SageAttention - 2-5x faster than FlashAttention with quantized kernels
|
|
108
|
-
sources:
|
|
109
|
-
- name: kijai-hf
|
|
110
|
-
url_template: "https://huggingface.co/Kijai/PrecompiledWheels/resolve/main/sageattention-{version}-cp312-cp312-linux_x86_64.whl"
|
|
111
|
-
platforms: [linux_x86_64]
|
|
112
|
-
- name: woct0rdho
|
|
113
|
-
url_template: "https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows.post3/sageattention-2.2.0%2Bcu{cuda_short}torch{torch_version}.post3-cp39-abi3-win_amd64.whl"
|
|
114
|
-
platforms: [win_amd64]
|
|
115
119
|
|
|
116
120
|
# ===========================================================================
|
|
117
121
|
# triton - Required for sageattention on Linux
|
|
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
|