I updated Invoke through the invoke.bat thingy, and it seemed to work, but it wouldn't use my GPU anymore when generating and used my CPU instead. So I checked it out and it said:
Starting the InvokeAI browser-based UI..
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 1.13.1+cu117 with CUDA 1107 (you have 1.13.1+cpu)
Python 3.10.9 (you have 3.10.9)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
So I went to that website, and I opened the dev console in Invoke and ran the install script, but it gave me this
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
invokeai 2.3.4.post1 requires torch~=1.13.1, but you have torch 2.0.0 which is incompatible.
torchvision 0.14.1 requires torch==1.13.1, but you have torch 2.0.0 which is incompatible.
And now anytime I try to run Invoke or try to repair the install I get this:
https://i.imgur.com/RDohGef.png

