mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 17:39:16 +02:00
Recognize 5060 Ti and a few other recent GPUs
This commit is contained in:
parent
38eb8f934e
commit
46c4aca7b7
@ -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.17.3"
|
||||
call python -m pip install -q "torchruntime>=1.18.0"
|
||||
|
||||
call python scripts\check_modules.py --launch-uvicorn
|
||||
pause
|
||||
|
@ -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.17.3"
|
||||
python -m pip install -q "torchruntime>=1.18.0"
|
||||
|
||||
cd ..
|
||||
# Download the required packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user