Skip to content

sharl/vvectl

Repository files navigation

vvectl

Reduce VRAM consumption of VOICEVOX Engine with GPU

Prerequisite

PowerShell 7 https://aka.ms/install-powershell

Run

git clone https://github.com/sharl/vvectl.git
cd vvectl
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
python vvectl.py

Build

pip 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"

About

Reduce VRAM consumption of VOICEVOX Engine with GPU

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages