From f56fb0f59fa93d48f51866cf9d6c30b15d764abb Mon Sep 17 00:00:00 2001 From: bmaltais Date: Sun, 25 May 2025 19:16:58 -0400 Subject: [PATCH] Update how uv is installed on windows --- gui-uv.bat | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },