Rinne
commited on
Commit
•
d747db4
1
Parent(s):
2f69d46
Lazy download
Browse files- .gitignore +2 -1
- Packaging.bat +0 -5
- README.md +1 -1
- RinneVoiceSet.zip +2 -2
- Sing.bat +10 -0
- Speech.bat +8 -0
- SpeechCPU.bat +8 -0
- VoiceChange.bat +11 -0
.gitignore
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
/COEIROINK-*/
|
3 |
/MMVCServerSIO/
|
4 |
/RVC-beta/
|
5 |
-
/
|
|
|
6 |
/RinneVoiceSet/
|
7 |
/7zr.exe
|
8 |
/COEIROINK-*.zip
|
|
|
2 |
/COEIROINK-*/
|
3 |
/MMVCServerSIO/
|
4 |
/RVC-beta/
|
5 |
+
/RinneMycoeiroink/
|
6 |
+
/RinneRVC/
|
7 |
/RinneVoiceSet/
|
8 |
/7zr.exe
|
9 |
/COEIROINK-*.zip
|
Packaging.bat
CHANGED
@@ -20,11 +20,6 @@ xcopy /QY VoiceChange.md %DST%\
|
|
20 |
xcopy /QY VoiceChange.png %DST%\
|
21 |
|
22 |
7zr a %DST%\DoNotExtract.7z^
|
23 |
-
64274982-857a-11ed-a560-0242ac1c000c\^
|
24 |
-
Rinne.index^
|
25 |
-
Rinne.npy^
|
26 |
-
Rinne.onnx^
|
27 |
-
Rinne.pth^
|
28 |
Sing.bat^
|
29 |
Speech.bat^
|
30 |
SpeechCPU.bat^
|
|
|
20 |
xcopy /QY VoiceChange.png %DST%\
|
21 |
|
22 |
7zr a %DST%\DoNotExtract.7z^
|
|
|
|
|
|
|
|
|
|
|
23 |
Sing.bat^
|
24 |
Speech.bat^
|
25 |
SpeechCPU.bat^
|
README.md
CHANGED
@@ -19,7 +19,7 @@ Please translate this page in your web browser.
|
|
19 |
|
20 |
<audio controls src="https://huggingface.co/RinneAi/RinneVoiceSet/resolve/main/README.mp3"></audio>
|
21 |
|
22 |
-
サンプルは出せませんが、RVC による[Rinne を歌わせたい](./Sing.md) が技術の進歩を一番感じられます。
|
23 |
|
24 |
## Rinne [MYCOEIROINK](https://coeiroink.com/mycoeiroink) サンプル
|
25 |
|
|
|
19 |
|
20 |
<audio controls src="https://huggingface.co/RinneAi/RinneVoiceSet/resolve/main/README.mp3"></audio>
|
21 |
|
22 |
+
サンプルは出せませんが、RVC による [Rinne を歌わせたい](./Sing.md) が技術の進歩を一番感じられます。
|
23 |
|
24 |
## Rinne [MYCOEIROINK](https://coeiroink.com/mycoeiroink) サンプル
|
25 |
|
RinneVoiceSet.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:126f58d0bf0116b6f620768d63df221ad670a231e1f9b6a9ad390a61bbdd5a9e
|
3 |
+
size 924354
|
Sing.bat
CHANGED
@@ -18,6 +18,16 @@ if not exist %RVC_DIR%\ (
|
|
18 |
%SEVEN_ZIP% x %RVC_ZIP%
|
19 |
)
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
if not exist %RVC_DIR%\weights\Rinne.pth (
|
22 |
copy .\Rinne.pth %RVC_DIR%\weights\
|
23 |
)
|
|
|
18 |
%SEVEN_ZIP% x %RVC_ZIP%
|
19 |
)
|
20 |
|
21 |
+
set RINNE_RVC=RinneRVC-20230410
|
22 |
+
if not exist .\Rinne.pth (
|
23 |
+
if not exist .\%RINNE_RVC%.zip (
|
24 |
+
curl -LO https://huggingface.co/RinneAi/RinneVoiceSet/resolve/main/%RINNE_RVC%.zip
|
25 |
+
)
|
26 |
+
PowerShell -Version 5.1 -ExecutionPolicy Bypass Expand-Archive -Path %RINNE_RVC%.zip -DestinationPath .
|
27 |
+
move %RINNE_RVC%\* .
|
28 |
+
rd %RINNE_RVC%\
|
29 |
+
)
|
30 |
+
|
31 |
if not exist %RVC_DIR%\weights\Rinne.pth (
|
32 |
copy .\Rinne.pth %RVC_DIR%\weights\
|
33 |
)
|
Speech.bat
CHANGED
@@ -13,6 +13,14 @@ if not exist %COEIROINK_DIR%\ (
|
|
13 |
)
|
14 |
|
15 |
set MYCOE=64274982-857a-11ed-a560-0242ac1c000c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
if not exist %COEIROINK_DIR%\speaker_info\%MYCOE% (
|
17 |
xcopy /SQ %MYCOE%\ %COEIROINK_DIR%\speaker_info\%MYCOE%\
|
18 |
)
|
|
|
13 |
)
|
14 |
|
15 |
set MYCOE=64274982-857a-11ed-a560-0242ac1c000c
|
16 |
+
set MYCOE_ZIP=RinneMycoeiroink-20230124.zip
|
17 |
+
if not exist %MYCOE%\ (
|
18 |
+
if not exist .\%MYCOE_ZIP% (
|
19 |
+
curl -LO https://huggingface.co/RinneAi/RinneVoiceSet/resolve/main/%MYCOE_ZIP%
|
20 |
+
)
|
21 |
+
PowerShell -Version 5.1 -ExecutionPolicy Bypass Expand-Archive -Path %MYCOE_ZIP% -DestinationPath .
|
22 |
+
)
|
23 |
+
|
24 |
if not exist %COEIROINK_DIR%\speaker_info\%MYCOE% (
|
25 |
xcopy /SQ %MYCOE%\ %COEIROINK_DIR%\speaker_info\%MYCOE%\
|
26 |
)
|
SpeechCPU.bat
CHANGED
@@ -13,6 +13,14 @@ if not exist %COEIROINK_DIR%\ (
|
|
13 |
)
|
14 |
|
15 |
set MYCOE=64274982-857a-11ed-a560-0242ac1c000c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
if not exist %COEIROINK_DIR%\speaker_info\%MYCOE% (
|
17 |
xcopy /SQ %MYCOE%\ %COEIROINK_DIR%\speaker_info\%MYCOE%\
|
18 |
)
|
|
|
13 |
)
|
14 |
|
15 |
set MYCOE=64274982-857a-11ed-a560-0242ac1c000c
|
16 |
+
set MYCOE_ZIP=RinneMycoeiroink-20230124.zip
|
17 |
+
if not exist %MYCOE%\ (
|
18 |
+
if not exist .\%MYCOE_ZIP% (
|
19 |
+
curl -LO https://huggingface.co/RinneAi/RinneVoiceSet/resolve/main/%MYCOE_ZIP%
|
20 |
+
)
|
21 |
+
PowerShell -Version 5.1 -ExecutionPolicy Bypass Expand-Archive -Path %MYCOE_ZIP% -DestinationPath .
|
22 |
+
)
|
23 |
+
|
24 |
if not exist %COEIROINK_DIR%\speaker_info\%MYCOE% (
|
25 |
xcopy /SQ %MYCOE%\ %COEIROINK_DIR%\speaker_info\%MYCOE%\
|
26 |
)
|
VoiceChange.bat
CHANGED
@@ -15,6 +15,17 @@ set HUBERT_BASE=hubert_base.pt
|
|
15 |
if not exist %MMVC_DIR%\%HUBERT_BASE% (
|
16 |
curl -Lo %MMVC_DIR%\%HUBERT_BASE% https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt
|
17 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
popd
|
19 |
|
20 |
cd %~dp0MMVCServerSIO
|
|
|
15 |
if not exist %MMVC_DIR%\%HUBERT_BASE% (
|
16 |
curl -Lo %MMVC_DIR%\%HUBERT_BASE% https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt
|
17 |
)
|
18 |
+
|
19 |
+
set RINNE_RVC=RinneRVC-20230410
|
20 |
+
if not exist .\Rinne.pth (
|
21 |
+
if not exist .\%RINNE_RVC%.zip (
|
22 |
+
curl -LO https://huggingface.co/RinneAi/RinneVoiceSet/resolve/main/%RINNE_RVC%.zip
|
23 |
+
)
|
24 |
+
PowerShell -Version 5.1 -ExecutionPolicy Bypass Expand-Archive -Path %RINNE_RVC%.zip -DestinationPath .
|
25 |
+
move %RINNE_RVC%\* .
|
26 |
+
rd %RINNE_RVC%\
|
27 |
+
)
|
28 |
+
|
29 |
popd
|
30 |
|
31 |
cd %~dp0MMVCServerSIO
|