sdkit 1.0.51 - convert ckpt was missing the new changes that diffusers hasn't merged in yet. bundling it along for now

This commit is contained in:
cmdr2
2023-03-21 18:56:12 +05:30
parent eabe4cf58c
commit f5be941a4a
2 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,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==1.0.50 -q
python -m pip install --upgrade sdkit==1.0.51 -q
fi
else
echo "Installing sdkit: https://pypi.org/project/sdkit/"
@ -111,7 +111,7 @@ else
export PYTHONNOUSERSITE=1
export PYTHONPATH="$INSTALL_ENV_DIR/lib/python3.8/site-packages"
if python -m pip install sdkit==1.0.50 ; then
if python -m pip install sdkit==1.0.51 ; then
echo "Installed."
else
fail "sdkit install failed"