09a1c98514
- pocket_server.py (Produktions-TTS mit Stimmen-Waechter), text_norm, Bench-/Diag-Skripte - lucy-f5: f5_server/f5_test/bench_dml (DirectML-Experiment, Phase C/D offen) - .gitignore: venvs/Modelle/Audio/Logs der beiden Ordner + box_recon/gemma_swap-Scratch Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
13 lines
496 B
Batchfile
13 lines
496 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
cd /d "F:\Coding Stuff\mission-control-2\client\lucy-tts"
|
|
echo B2-Test: seriell vs. 3 Worker (laedt mehrere Modelle - kann ein paar Minuten dauern)...
|
|
echo.
|
|
"ptts-venv\Scripts\python.exe" bench_b2.py > bench_b2.log 2>&1
|
|
type bench_b2.log
|
|
echo.
|
|
echo ============================================================
|
|
echo Fertig. WAVs in: %USERPROFILE%\Desktop\lucy_samples (b2_serial / b2_parallel_3w)
|
|
echo ============================================================
|
|
pause
|