mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-14 10:15:31 +02:00
Use a fixed sdkit version, to avoid bumping to the latest sdkit version in the main branch
This commit is contained in:
@ -92,7 +92,7 @@ if "%ERRORLEVEL%" EQU "0" (
|
||||
set PYTHONNOUSERSITE=1
|
||||
set PYTHONPATH=%INSTALL_ENV_DIR%\lib\site-packages
|
||||
|
||||
call python -m pip install --upgrade sdkit -q || (
|
||||
call python -m pip install --upgrade sdkit==1.0.35 -q || (
|
||||
echo "Error updating sdkit"
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user