Skip to content

Commit 303cc29

Browse files
Kosinkadinkampagent
andcommitted
Require torchaudio in every stable stack; drop stable cu132 entries
ComfyUI core hard-requires torchaudio and Desktop's requirements filtering never reinstalls it, so every stable entry now declares a torchaudio. torchaudio releases ended at 2.11.0, so the torch 2.13.0 entries (cu126/cu130/xpu) pair it with torchaudio 2.11.0 - the same mix the ComfyUI README's own install commands resolve to, verified working (import, resample/mel/biquad DSP, and the compiled forced_align op all pass under torch 2.13). The stable cu132 index serves no torchaudio at all, so its two entries are dropped; nightly-cu132 (whose refresher already requires a coherent torch/torchvision/torchaudio triple) stays the newest-CUDA path. Amp-Thread-ID: https://ampcode.com/threads/T-019f90ea-5c63-76c9-8608-0043b9fdbc94 Co-authored-by: Amp <amp@ampcode.com>
1 parent e91fb5b commit 303cc29

1 file changed

Lines changed: 9 additions & 37 deletions

File tree

torch-index-stacks.json

Lines changed: 9 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"platforms": ["win32", "linux"],
2222
"packages": {
2323
"torch": "2.13.0+cu126",
24-
"torchvision": "0.28.0+cu126"
24+
"torchvision": "0.28.0+cu126",
25+
"torchaudio": "2.11.0+cu126"
2526
},
2627
"date": "2026-07-08",
2728
"computeCap": { "min": 5.0, "max": 9.0 },
2829
"pythonAbis": ["3.10", "3.11", "3.12", "3.13", "3.14"],
29-
"noteKey": "pytorchIndexNoteCu126",
30-
"note": "CUDA 12.6. Does not include torchaudio; switching removes torchaudio if installed."
30+
"noteKey": "pytorchIndexNoteCu126"
3131
},
3232
{
3333
"indexTag": "cu128",
@@ -77,41 +77,13 @@
7777
"platforms": ["win32", "linux"],
7878
"packages": {
7979
"torch": "2.13.0+cu130",
80-
"torchvision": "0.28.0+cu130"
81-
},
82-
"date": "2026-07-08",
83-
"computeCap": { "min": 7.5, "max": 12.1 },
84-
"pythonAbis": ["3.10", "3.11", "3.12", "3.13", "3.14"],
85-
"noteKey": "pytorchIndexNoteCu130",
86-
"note": "CUDA 13.0. Does not include torchaudio; switching removes torchaudio if installed."
87-
},
88-
{
89-
"indexTag": "cu132",
90-
"accel": "nvidia",
91-
"platforms": ["win32", "linux"],
92-
"packages": {
93-
"torch": "2.12.1+cu132",
94-
"torchvision": "0.27.1+cu132"
95-
},
96-
"date": "2026-06-17",
97-
"computeCap": { "min": 7.5, "max": 12.1 },
98-
"pythonAbis": ["3.10", "3.11", "3.12", "3.13", "3.14"],
99-
"noteKey": "pytorchIndexNoteCu132",
100-
"note": "CUDA 13.2. Does not include torchaudio; switching removes torchaudio if installed."
101-
},
102-
{
103-
"indexTag": "cu132",
104-
"accel": "nvidia",
105-
"platforms": ["win32", "linux"],
106-
"packages": {
107-
"torch": "2.13.0+cu132",
108-
"torchvision": "0.28.0+cu132"
80+
"torchvision": "0.28.0+cu130",
81+
"torchaudio": "2.11.0+cu130"
10982
},
11083
"date": "2026-07-08",
11184
"computeCap": { "min": 7.5, "max": 12.1 },
11285
"pythonAbis": ["3.10", "3.11", "3.12", "3.13", "3.14"],
113-
"noteKey": "pytorchIndexNoteCu132",
114-
"note": "CUDA 13.2. Does not include torchaudio; switching removes torchaudio if installed."
86+
"noteKey": "pytorchIndexNoteCu130"
11587
},
11688
{
11789
"indexTag": "rocm7.1",
@@ -145,12 +117,12 @@
145117
"platforms": ["win32", "linux"],
146118
"packages": {
147119
"torch": "2.13.0+xpu",
148-
"torchvision": "0.28.0+xpu"
120+
"torchvision": "0.28.0+xpu",
121+
"torchaudio": "2.11.0+xpu"
149122
},
150123
"date": "2026-07-08",
151124
"pythonAbis": ["3.10", "3.11", "3.12", "3.13", "3.14"],
152-
"noteKey": "pytorchIndexNoteXpu",
153-
"note": "Intel XPU. Does not include torchaudio; switching removes torchaudio if installed."
125+
"noteKey": "pytorchIndexNoteXpu"
154126
},
155127
{
156128
"indexTag": "cpu",

0 commit comments

Comments
 (0)