diff --git a/gui-uv.bat b/gui-uv.bat index 6a3e309..22920f9 100644 --- a/gui-uv.bat +++ b/gui-uv.bat @@ -8,7 +8,7 @@ where uv >nul 2>nul if %errorlevel% neq 0 ( set /p INSTALL_UV="uv is not installed. We can try to install it for you, or you can install it manually from https://astral.sh/uv before running this script again. Would you like to attempt automatic installation now? (Y/N) " if /i "!INSTALL_UV!"=="Y" ( - pip install --upgrade uv -q + winget install --id=astral-sh.uv -e ) else ( echo Okay, please install uv manually from https://astral.sh/uv and then re-run this script. Exiting. exit /b 1 diff --git a/uv.lock b/uv.lock index 212f110..42c1b62 100644 --- a/uv.lock +++ b/uv.lock @@ -838,7 +838,7 @@ wheels = [ [[package]] name = "kohya-ss" -version = "25.0.5" +version = "25.1.0" source = { virtual = "." } dependencies = [ { name = "accelerate" },