Goal: Install Invoke Community Edition (Invoke v6.7.0)
Problem: Slow and poor phone signal connection (hotspot to PC).
System info: Windows 11, Nvidia 4070 gpu, AMD cpu
Tried the following:
Copy/Paste .exe Invoke .exe terminal Error:
Installing invokeai package...
C:\Users\owner\AppData\Local\Programs\invoke-community-edition\resources\bin\uv.exe pip install --python 3.12 --python-preference only-managed invokeai==v6.7.0 --force-reinstall --compile-bytecode --index=https://download.pytorch.org/whl/cu128
Resolved 102 packages in 11.75s
x Failed to downloadtorch==2.7.1+cu128
|-> Failed to extract archive: torch-2.7.1+cu128-cp312-cp312-win_amd64.whl
-> Failed to download distribution due to network timeout. Try increasing UV_HTTP_TIMEOUT (current value: 30s). help:torch(v2.7.1+cu128) was included becauseinvokeai(v6.7.0) depends ontorch`
Failed to install invokeai python package: Process exited with code 1
Try installing again with Repair mode enabled to fix this.
Ask for help on Discord or GitHub if you continue to have issues.
Copy/Paste from Manual installation Windows PowerShell Error:
(invoke) PS C:\AI\InvokeAI> uv pip install invokeai==6.7.0 --python 3.12 --python-preference only-managed --torch-backend=cu128 --force-reinstall
Resolved 102 packages in 9.85s
x Failed to download torch==2.7.1+cu128
|-> Failed to write to the distribution cache
-> Failed to download distribution due to network timeout. Try increasing UV_HTTP_TIMEOUT (current value: 30s). help: torch(v2.7.1+cu128) was included becauseinvokeai(v6.7.0) depends ontorch`
Note: I was not able to find/figure out how to increase the UV_TIMEOUT to attempt to increase Windows PowerShell chances of completion.
Q: I was able to download "torch-2.7.1+cu128-cp312-cp312-win_amd64.whl" separately, if iI can how can I use it?