mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-16 11:09:00 +02:00
Fix a install warning check - this field isn't saved anymore
This commit is contained in:
@ -26,7 +26,7 @@ if "%update_branch%"=="" (
|
|||||||
set update_branch=main
|
set update_branch=main
|
||||||
)
|
)
|
||||||
|
|
||||||
@>nul findstr /m "conda_sd_ui_deps_installed" scripts\install_status.txt
|
@>nul findstr /m "sd_install_complete" scripts\install_status.txt
|
||||||
@if "%ERRORLEVEL%" NEQ "0" (
|
@if "%ERRORLEVEL%" NEQ "0" (
|
||||||
for /f "tokens=*" %%a in ('python -c "import os; parts = os.getcwd().split(os.path.sep); print(len(parts))"') do if "%%a" NEQ "2" (
|
for /f "tokens=*" %%a in ('python -c "import os; parts = os.getcwd().split(os.path.sep); print(len(parts))"') do if "%%a" NEQ "2" (
|
||||||
echo. & echo "!!!! WARNING !!!!" & echo.
|
echo. & echo "!!!! WARNING !!!!" & echo.
|
||||||
|
Reference in New Issue
Block a user