mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 15:55:01 +02:00
Hotfix for missing torchruntime on new installations
This commit is contained in:
@ -50,6 +50,8 @@ fi
|
||||
if [ -e "src" ]; then mv src src-old; fi
|
||||
if [ -e "ldm" ]; then mv ldm ldm-old; fi
|
||||
|
||||
python -m pip install -q torchruntime
|
||||
|
||||
cd ..
|
||||
# Download the required packages
|
||||
python scripts/check_modules.py --launch-uvicorn
|
||||
|
Reference in New Issue
Block a user