mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-18 18:08:47 +02:00
Fix a bug where some non-square images would fail while inpainting with a 'The size of tensor a must match size of tensor b' error
This commit is contained in:
@@ -95,7 +95,7 @@ if "%ERRORLEVEL%" EQU "0" (
|
||||
set PYTHONNOUSERSITE=1
|
||||
set PYTHONPATH=%INSTALL_ENV_DIR%\lib\site-packages
|
||||
|
||||
call python -m pip install --upgrade sdkit==1.0.57 -q || (
|
||||
call python -m pip install --upgrade sdkit==1.0.58 -q || (
|
||||
echo "Error updating sdkit"
|
||||
)
|
||||
)
|
||||
@@ -106,7 +106,7 @@ if "%ERRORLEVEL%" EQU "0" (
|
||||
set PYTHONNOUSERSITE=1
|
||||
set PYTHONPATH=%INSTALL_ENV_DIR%\lib\site-packages
|
||||
|
||||
call python -m pip install sdkit==1.0.57 || (
|
||||
call python -m pip install sdkit==1.0.58 || (
|
||||
echo "Error installing sdkit. Sorry about that, please try to:" & echo " 1. Run this installer again." & echo " 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting" & echo " 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB" & echo " 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" & echo "Thanks!"
|
||||
pause
|
||||
exit /b
|
||||
|
Reference in New Issue
Block a user