rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1k stars 87 forks source link

no torch 2.0.1 for arm64 #152

Open QkiZMR opened 4 months ago

QkiZMR commented 4 months ago

I'm trying to install with install.sh script on Termux but it failed

root@localhost:~/AI/fastsdcpu# bash ./install.sh --disable-gui
Starting FastSD CPU env installation...
Found python command
Python version : 3.11.8
Looking in indexes: https://download.pytorch.org/whl/cpu
ERROR: Could not find a version that satisfies the requirement torch==2.0.1 (from versions: none)
ERROR: No matching distribution found for torch==2.0.1

There's no torch 2.0.1 arm64 on https://download.pytorch.org/whl/cpu.

dextouu commented 4 months ago

Hello, do not use pkroot to install fastsdcpu, you must follow this tutorial. https://github.com/rupeshs/fastsdcpu/discussions/123