Spaces:
Runtime error
Runtime error
Delete Docker
Browse files- Docker/damo.sha256 +0 -3
- Docker/download.py +0 -5
- Docker/download.sh +0 -11
- Docker/links.sha256 +0 -12
- Docker/links.txt +0 -34
Docker/damo.sha256
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
5bba782a5e9196166233b9ab12ba04cadff9ef9212b4ff6153ed9290ff679025 /workspace/tools/damo_asr/models/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/model.pb
|
2 |
-
b3be75be477f0780277f3bae0fe489f48718f585f3a6e45d7dd1fbb1a4255fc5 /workspace/tools/damo_asr/models/speech_fsmn_vad_zh-cn-16k-common-pytorch/model.pb
|
3 |
-
a5818bb9d933805a916eebe41eb41648f7f9caad30b4bd59d56f3ca135421916 /workspace/tools/damo_asr/models/punc_ct-transformer_zh-cn-common-vocab272727-pytorch/model.pb
|
|
|
|
|
|
|
|
Docker/download.py
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
# Download moda ASR related models
|
2 |
-
from modelscope import snapshot_download
|
3 |
-
model_dir = snapshot_download('damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch',revision="v2.0.4")
|
4 |
-
model_dir = snapshot_download('damo/speech_fsmn_vad_zh-cn-16k-common-pytorch',revision="v2.0.4")
|
5 |
-
model_dir = snapshot_download('damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch',revision="v2.0.4")
|
|
|
|
|
|
|
|
|
|
|
|
Docker/download.sh
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
#!/usr/bin/env bash
|
2 |
-
|
3 |
-
set -Eeuo pipefail
|
4 |
-
|
5 |
-
echo "Downloading models..."
|
6 |
-
|
7 |
-
aria2c --disable-ipv6 --input-file /workspace/Docker/links.txt --dir /workspace --continue
|
8 |
-
|
9 |
-
echo "Checking SHA256..."
|
10 |
-
|
11 |
-
parallel --will-cite -a /workspace/Docker/links.sha256 "echo -n {} | sha256sum -c"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Docker/links.sha256
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
b1c1e17e9c99547a89388f72048cd6e1b41b5a18b170e86a46dfde0324d63eb1 /workspace/GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt
|
2 |
-
fc579c1db3c1e21b721001cf99d7a584214280df19b002e200b630a34fa06eb8 /workspace/GPT_SoVITS/pretrained_models/s2D488k.pth
|
3 |
-
020a014e1e01e550e510f2f61fae5e5f5b6aab40f15c22f1f12f724df507e835 /workspace/GPT_SoVITS/pretrained_models/s2G488k.pth
|
4 |
-
24164f129c66499d1346e2aa55f183250c223161ec2770c0da3d3b08cf432d3c /workspace/GPT_SoVITS/pretrained_models/chinese-hubert-base/pytorch_model.bin
|
5 |
-
e53a693acc59ace251d143d068096ae0d7b79e4b1b503fa84c9dcf576448c1d8 /workspace/GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large/pytorch_model.bin
|
6 |
-
39796caa5db18d7f9382d8ac997ac967bfd85f7761014bb807d2543cc844ef05 /workspace/tools/uvr5/uvr5_weights/HP2_all_vocals.pth
|
7 |
-
45e6b65199e781b4a6542002699be9f19cd3d1cb7d1558bc2bfbcd84674dfe28 /workspace/tools/uvr5/uvr5_weights/HP3_all_vocals.pth
|
8 |
-
5908891829634926119720241e8573d97cbeb8277110a7512bdb0bd7563258ee /workspace/tools/uvr5/uvr5_weights/HP5_only_main_vocal.pth
|
9 |
-
8c8fd1582f9aabc363e47af62ddb88df6cae7e064cae75bbf041a067a5e0aee2 /workspace/tools/uvr5/uvr5_weights/VR-DeEchoAggressive.pth
|
10 |
-
01376dd2a571bf3cb9cced680732726d2d732609d09216a610b0d110f133febe /workspace/tools/uvr5/uvr5_weights/VR-DeEchoDeReverb.pth
|
11 |
-
56aba59db3bcdd14a14464e62f3129698ecdea62eee0f003b9360923eb3ac79e /workspace/tools/uvr5/uvr5_weights/VR-DeEchoNormal.pth
|
12 |
-
233bb5c6aaa365e568659a0a81211746fa881f8f47f82d9e864fce1f7692db80 /workspace/tools/uvr5/uvr5_weights/onnx_dereverb_By_FoxJoy/vocals.onnx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Docker/links.txt
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
# GPT-SoVITS models
|
2 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/s1bert25hz-2kh-longer-epoch%3D68e-step%3D50232.ckpt
|
3 |
-
out=GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt
|
4 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/s2D488k.pth
|
5 |
-
out=GPT_SoVITS/pretrained_models/s2D488k.pth
|
6 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/s2G488k.pth
|
7 |
-
out=GPT_SoVITS/pretrained_models/s2G488k.pth
|
8 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/chinese-hubert-base/config.json
|
9 |
-
out=GPT_SoVITS/pretrained_models/chinese-hubert-base/config.json
|
10 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/chinese-hubert-base/preprocessor_config.json
|
11 |
-
out=GPT_SoVITS/pretrained_models/chinese-hubert-base/preprocessor_config.json
|
12 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/chinese-hubert-base/pytorch_model.bin
|
13 |
-
out=GPT_SoVITS/pretrained_models/chinese-hubert-base/pytorch_model.bin
|
14 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/chinese-roberta-wwm-ext-large/config.json
|
15 |
-
out=GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large/config.json
|
16 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/chinese-roberta-wwm-ext-large/pytorch_model.bin
|
17 |
-
out=GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large/pytorch_model.bin
|
18 |
-
https://huggingface.co/lj1995/GPT-SoVITS/resolve/main/chinese-roberta-wwm-ext-large/tokenizer.json
|
19 |
-
out=GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large/tokenizer.json
|
20 |
-
# UVR5
|
21 |
-
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/HP2_all_vocals.pth
|
22 |
-
out=tools/uvr5/uvr5_weights/HP2_all_vocals.pth
|
23 |
-
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/HP3_all_vocals.pth
|
24 |
-
out=tools/uvr5/uvr5_weights/HP3_all_vocals.pth
|
25 |
-
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/HP5_only_main_vocal.pth
|
26 |
-
out=tools/uvr5/uvr5_weights/HP5_only_main_vocal.pth
|
27 |
-
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/VR-DeEchoAggressive.pth
|
28 |
-
out=tools/uvr5/uvr5_weights/VR-DeEchoAggressive.pth
|
29 |
-
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/VR-DeEchoDeReverb.pth
|
30 |
-
out=tools/uvr5/uvr5_weights/VR-DeEchoDeReverb.pth
|
31 |
-
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/VR-DeEchoNormal.pth
|
32 |
-
out=tools/uvr5/uvr5_weights/VR-DeEchoNormal.pth
|
33 |
-
https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/onnx_dereverb_By_FoxJoy/vocals.onnx
|
34 |
-
out=tools/uvr5/uvr5_weights/onnx_dereverb_By_FoxJoy/vocals.onnx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|