This commit is contained in:
2025-08-20 17:05:36 +08:00
parent 6ae2fb5868
commit 82140eff2c
259 changed files with 505375 additions and 251 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
redis-server --daemonize yes
if [ -z "$MODEL_DIR" ]; then
export MODEL_DIR="/models/GPT-SoVITS"
fi
@@ -12,4 +14,4 @@ if [ -z "$bert_path" ]; then
export bert_path="${MODEL_DIR}/chinese-roberta-wwm-ext-large"
fi
python3 gsv_server.py
cd GPT-SoVITS && python3 gsv_server.py