mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-10 03:47:14 +02:00
Fix FileNotFoundError when installing torch on Windows PCs without powershell in their system PATH variable
This commit is contained in:
parent
1ed27e63f9
commit
adfe24fdd0
@ -72,7 +72,7 @@ call where python
|
||||
call python --version
|
||||
|
||||
@rem this is outside check_modules.py to ensure that the required version of torchruntime is present
|
||||
call python -m pip install -q "torchruntime>=1.16.2"
|
||||
call python -m pip install -q "torchruntime>=1.17.0"
|
||||
|
||||
call python scripts\check_modules.py --launch-uvicorn
|
||||
pause
|
||||
|
@ -51,7 +51,7 @@ if [ -e "src" ]; then mv src src-old; fi
|
||||
if [ -e "ldm" ]; then mv ldm ldm-old; fi
|
||||
|
||||
# this is outside check_modules.py to ensure that the required version of torchruntime is present
|
||||
python -m pip install -q "torchruntime>=1.16.2"
|
||||
python -m pip install -q "torchruntime>=1.17.0"
|
||||
|
||||
cd ..
|
||||
# Download the required packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user