Wtf is going on? How am I supposed to get xformers working with this?
>https://github.com/kohya-ss/sd-scripts/tree/sd3
>The command to install PyTorch is as follows: pip3 install torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124
pip install xformers installs torch 2.8 which breaks everything.
No worries we will find the specific xformers version that is compatible, right?
pip install xformers==0.0.29.post2 --dry-run and pip install xformers==0.0.29.post3 --dry-run doesn't try change torch version so they seem compatible... right?
RuntimeError:
The detected CUDA version (13.0) mismatches the version that was used to compile
PyTorch (12.4). Please make sure to use the same CUDA versions.
Fuck. What can I even do here? Try to force and earlier torch version to COOOOOMPILE for current CUDA for who knows how long and pray that it doesn't throw an error???