sigglypuff
sigglypuff
> Check your pytorch version. Xformers prebuilt wheels does not support different pytorch versions, including different cuda versions Cuda 11.8 is fine. I also use it and built myself on...
> the extra url thing specifies which cuda version. The url ends with cu113 means you have torch with cuda 11.3. If you have cuda 11.8 on your pc, i...
> pip uninstall xformers then pip install the newly built wheel again (you have to build yourself because the one provided by this repo is on torch 1.12.1 and it...
so i followed the steps from https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers and it generates a file but its only like 300kb and doesnt seem right. Should I be allowing xformers to create a directory...
So I uninstalled/reinstalled all the programs once more and deleted the app data folders as well but when i run pip install -r requirements.txt it still says: "(venv) D:\Stable Diffusion\stable-diffusion-webui\xformers>pip...
> Sorry for being unclear, what I meant (and what I thought you meant) was that the cache files located in build/ folder in xformers folder must be cleared. Those...
So i was able to generate the file. xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl came in at 90mb. However its generated a different error saying xformer.ops wasn't available. some similar to the affect of: "Cannot...
I believe i got it fixed. Updating the launch.py with "pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117" as its replacement worked and opening up webui after doing so to let...
yeah everythings good to go. thanks for the help @aliencaocao
> > So i was able to generate the file. xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl came in at 90mb. However its generated a different error saying xformer.ops wasn't available. some similar to the affect...