mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-11 19:09:51 +08:00
debug
This commit is contained in:
parent
04ab60ed66
commit
10f06ae0a0
@ -168,9 +168,11 @@ ls -a "GPT_SoVITS/pretrained_models"
|
|||||||
|
|
||||||
echo 4
|
echo 4
|
||||||
|
|
||||||
find "GPT_SoVITS/pretrained_models" -mindepth 1
|
find -L "GPT_SoVITS/pretrained_models" -mindepth 1
|
||||||
|
|
||||||
if find "GPT_SoVITS/pretrained_models" -mindepth 1 ! -name '.gitignore' | grep -q .; then
|
exit 1
|
||||||
|
|
||||||
|
if find -L "GPT_SoVITS/pretrained_models" -mindepth 1 ! -name '.gitignore' | grep -q .; then
|
||||||
echo "Pretrained Model Exists"
|
echo "Pretrained Model Exists"
|
||||||
else
|
else
|
||||||
echo "Download Pretrained Models"
|
echo "Download Pretrained Models"
|
||||||
@ -194,7 +196,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DOWNLOAD_UVR5" = "true" ]; then
|
if [ "$DOWNLOAD_UVR5" = "true" ]; then
|
||||||
if find "tools/uvr5/uvr5_weights" -mindepth 1 ! -name '.gitignore' | grep -q .; then
|
if find -L "tools/uvr5/uvr5_weights" -mindepth 1 ! -name '.gitignore' | grep -q .; then
|
||||||
echo "UVR5 Model Exists"
|
echo "UVR5 Model Exists"
|
||||||
else
|
else
|
||||||
echo "Download UVR5 Model"
|
echo "Download UVR5 Model"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user