forked from extern/easydiffusion
Use a fixed sdkit version, to avoid bumping to the latest sdkit version in the main branch
This commit is contained in:
@ -80,7 +80,7 @@ if python ../scripts/check_modules.py sdkit sdkit.models ldm transformers numpy
|
||||
export PYTHONNOUSERSITE=1
|
||||
export PYTHONPATH="$INSTALL_ENV_DIR/lib/python3.8/site-packages"
|
||||
|
||||
python -m pip install --upgrade sdkit -q
|
||||
python -m pip install --upgrade sdkit==1.0.35 -q
|
||||
fi
|
||||
else
|
||||
echo "Installing sdkit: https://pypi.org/project/sdkit/"
|
||||
|
Reference in New Issue
Block a user