Hello, I am trying to install Invoke AI but I get an error:
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117
ERROR: Could not find a version that satisfies the requirement torch~=1.13.1 (from versions: 2.0.0, 2.0.0+cu117, 2.0.1+cu117)
ERROR: No matching distribution found for torch~=1.13.1
[notice] A new release of pip available: 22.3.1 -> 23.1.2
[notice] To update, run: C:\Users\famille\invokeai\.venv\Scripts\python.exe -m pip install --upgrade pip
Traceback (most recent call last):
File "D:\Nicolas\Programmation\InvokeAI-Installer\lib\main.py", line 50, in <module>
inst.install(**args.__dict__)
File "D:\Nicolas\Programmation\InvokeAI-Installer\lib\installer.py", line 179, in install
self.instance.install(
File "D:\Nicolas\Programmation\InvokeAI-Installer\lib\installer.py", line 232, in install
self.install_torch(extra_index_url, find_links)