ComfyUI-audio icon indicating copy to clipboard operation
ComfyUI-audio copied to clipboard

Incompatible with PyTorch 2.2.1 / ComfyUI for CUDA and ZLUDA

Open unclemusclez opened this issue 1 year ago • 1 comments

ZLUDA only works with Xformers for versions PyTorch 2.2.1 and above. Any way to increase the version of the dependency?

unclemusclez avatar May 11 '24 02:05 unclemusclez

pip install xformers==0.0.22.post4 --index-url https://download.pytorch.org/whl/cu118 works with PyTorch 2.1.0

unclemusclez avatar May 11 '24 03:05 unclemusclez