Our Channel : https://www.youtube.com/@SECourses
Stable Diffusion Playlist : https://www.youtube.com/watch?v=mnCY8uM7E50&list=PL_pbwdIyffsmclLl0O144nQRnezKlNdx3
How to Install Torch 1.13 and xFormers video : https://www.youtube.com/watch?v=pom3nQejaTs&list=PL_pbwdIyffsmclLl0O144nQRnezKlNdx3&index=25
Activate correct venv
Run below commands with order
pip uninstall torch
pip3 install torch==1.13.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
This below link is only compatiable with Python 3.10.x and Torch 1.13 and Windows
pip install https://huggingface.co/MonsterMMORPG/SECourses/resolve/main/xformers-0.0.21.dev541-cp310-cp310-win_amd64.whl
This below link is only compatiable with Python 3.10.x and Torch 1.13 and Unix/Linux/RunPod
pip install https://huggingface.co/MonsterMMORPG/SECourses/resolve/main/xformers-0.0.21.dev541-cp310-cp310-manylinux2014_x86_64.whl
Latest version
pip install -U --pre xformers