Reduce VRAM consumption of VOICEVOX Engine with GPU
PowerShell 7 https://aka.ms/install-powershell
git clone https://github.com/sharl/vvectl.git
cd vvectl
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
python vvectl.pypip install pyinstaller
pyinstaller "vvectl.py" "--onefile" "--noconsole" "--icon=Assets/sample.ico" "--exclude-module=PIL._avif" "--exclude-module=PIL._webp" "--exclude-module=PIL._imagingcms" "--add-data=Assets/version.txt;Assets"