mirror of https://github.com/bmaltais/kohya_ss
Fix VENV warning
parent
b6a438592d
commit
46a9aca19d
|
|
@ -1,4 +1,6 @@
|
|||
@echo off
|
||||
set VIRTUAL_ENV=.venv
|
||||
echo VIRTUAL_ENV is set to %VIRTUAL_ENV%
|
||||
|
||||
:: Install uv latest version
|
||||
pip install --upgrade uv -q
|
||||
|
|
|
|||
Loading…
Reference in New Issue