Files
mission-control-v2/client/lucy-tts/Lucy-Startklar.bat
T
Hitonabi 09a1c98514 Lucy-TTS/F5: Skripte + Batches versionieren, schwere Assets ignoriert
- 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>
2026-07-02 10:29:33 +02:00

14 lines
538 B
Batchfile

@echo off
chcp 65001 >nul
cd /d "F:\Coding Stuff\mission-control-2\client\lucy-tts"
echo Lucy-Startklar-Check: bootet die Stimme + rendert finale Samples auf den Desktop...
echo (Modell laedt offline aus dem Cache - ein paar Sekunden)
echo.
"ptts-venv\Scripts\python.exe" lucy_ready.py > lucy_ready.log 2>&1
type lucy_ready.log
echo.
echo ============================================================
echo Samples: %USERPROFILE%\Desktop\lucy_samples (lucy_final_*)
echo ============================================================
pause