I had TorchCompile* nodes working great with various ComfyUI workflows including a native wan2.2 workflow. That was with a Pytorch 2.8, cu128 setup. Recent update to ComfyUI broke everything so I did ...
conda create -n torch python=3.7 conda activate torch conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch conda install numba opencv pip install ...