How to use Torch 1.13 and latest xformers on Windows
Added 2023-04-02 23:52:47 +0000 UTCFirst watch this tutorial video to learn : https://youtu.be/pom3nQejaTs
This is for automatic1111 and Python 3.10
1: activate venv
2: execute below command
pip3 install torch==1.13.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
3: execute below command
pip install https://huggingface.co/MonsterMMORPG/SECourses/resolve/main/xformers-0.0.18.dev489-cp310-cp310-win_amd64.whl
And now you are using torch 1.13 with latest xformers - this is using lesser vram than torch 2 in some cases
Description also attached as file
Comments
Glad to help. You can also always ask me on discord
Furkan Gözükara
2023-04-03 03:27:08 +0000 UTCI did this last week and got almost 40it on my 4090! but it took forever to get all the info, thanks for putting this up. Now on my next reinstall (lol) it will be easier.
egormly
2023-04-03 03:19:26 +0000 UTC