Fix: non-CRLF error

This commit is contained in:
litagin02
2023-12-27 09:38:51 +09:00
parent 4cf3484159
commit efefd247e2
4 changed files with 16 additions and 1 deletions

View File

@@ -83,7 +83,17 @@ model_assets
- [ ] もしそうなら、大量の人数の音声を学習させれば、ある意味「話者空間から適当に選んだ話者(連続的に変えられる)の音声合成」ができるのでは?リファレンス音声も使えばゼロショットでの音声合成もできるのでは? - [ ] もしそうなら、大量の人数の音声を学習させれば、ある意味「話者空間から適当に選んだ話者(連続的に変えられる)の音声合成」ができるのでは?リファレンス音声も使えばゼロショットでの音声合成もできるのでは?
以下本家のREADME.md ## References
In addition to the original reference (written below), I used the following repositories:
- [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2)
- [EasyBertVits2](https://github.com/Zuntan03/EasyBertVits2)
The pretrained model is essentially taken from (so all the credits go to the original author(maybe Fish Audio group)):
- https://huggingface.co/Garydesu/bert-vits2_base_model-2.1
Below is the original README.md.
---
<div align="center"> <div align="center">

View File

@@ -1,3 +1,6 @@
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
@REM 改行コードがLFでうまくいかないのでCRLFに変更
@echo off @echo off
chcp 65001 > NUL chcp 65001 > NUL
pushd %~dp0 pushd %~dp0

View File

@@ -1,4 +1,5 @@
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変 @REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
@REM 改行コードがLFでうまくいかないのでCRLFに変更
@echo off @echo off
chcp 65001 > NUL chcp 65001 > NUL

View File

@@ -1,4 +1,5 @@
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変 @REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
@REM 改行コードがLFでうまくいかないのでCRLFに変更
@echo off @echo off
chcp 65001 > NUL chcp 65001 > NUL