We generally recommend using the latest major version of pytorch with the latest cuda version unless it is less than 2 weeks old.
Torch 2.12.0 released 20d ago, with cu126/130/132 backend.
For cu126/cu130, torchaudio 2.11.0 is compatiable with torch>=2.11.0 so there's no problem.
However for the latest cuda version cu132 there's no stable torchaudio wheel available, and I tried to use torchaudio nightly wheel but end up with dll mismatch.
So I guess either manual install doc should be updated, or ComfyUI should change torchaudio to optional deps?
Torch 2.12.0 released 20d ago, with cu126/130/132 backend.
For cu126/cu130, torchaudio 2.11.0 is compatiable with torch>=2.11.0 so there's no problem.
However for the latest cuda version cu132 there's no stable torchaudio wheel available, and I tried to use torchaudio nightly wheel but end up with dll mismatch.
So I guess either manual install doc should be updated, or ComfyUI should change torchaudio to optional deps?