diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index 3dc1870d..0d2253ea 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -71,7 +71,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 diff --git a/scripts/on_sd_start.sh b/scripts/on_sd_start.sh index 7cb629de..3c53055b 100755 --- a/scripts/on_sd_start.sh +++ b/scripts/on_sd_start.sh @@ -47,7 +47,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