Ajout OpenWeb-UI fonctionnel

This commit is contained in:
2025-08-07 20:11:08 +02:00
commit cd76763e66
50 changed files with 20505 additions and 0 deletions

10
startup.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
[ -f speech.env ] && . speech.env
echo "First startup may download 2GB of speech models. Please wait."
bash download_voices_tts-1.sh
bash download_voices_tts-1-hd.sh $PRELOAD_MODEL
python speech.py ${PRELOAD_MODEL:+--preload $PRELOAD_MODEL} $EXTRA_ARGS $@