-
[Runpod](https://www.runpod.io/) のクラウドサーバー (Ubuntu) で API サーバーを立ち上げようとしたところ、以下のエラーがでて立ち上がりませんでした。原因・解決方法がわかれば教えていただきたいです。
```
(new_env) root@7353202850ee:/workspace/Style-Bert-VITS2# python server…
-
## 解決策
wavファイルの拡張子に大文字が含まれる( `J80.WAV` など)と学習に失敗するようです。Windows95時代の非常に古いデータを使用したため、ファイル名が拡張子を含め大文字でした。ドキュメントに記載するか、コードの修正が必要そうです。
## 問題の説明
モデルの学習を開始できません。書き起こしと前処理までは動作しますが、学習を行おうとすると以下のエラーが出…
-
Any experiment give the result of pflow compare to vits2. Which is better?
-
Hi, VITS2 has been released at:https://arxiv.org/pdf/2307.16430.pdf, do you have the plan to release the code?
-
現在、インストール用のbatファイル、及びコマンドライン用コマンドを実行するとPython 3.13の環境が作成されますが、ここではその後のコマンドで指定されているバージョンのライブラリ(torch等)がインストール出来ません。
Pythonに触れた事が無い人にはこれを解決するのは難しいので、インストール用コマンドに仮想環境のPythonバージョンを指定する追記をお願いします。
-
Hi,
Can we have [VITS2](https://arxiv.org/pdf/2307.16430.pdf) implementation?
-
Hi,
I'm working on adding vits2 model to coqui framework, while testing the implementation, I found out that the model does train well on single gpu, but as soon as the second step in multigpu train…
-
こんにちは。
I'm a beginner studying AI with your program.
Thanks for making this great program.
I have a problem with making audio after finished all settings.
![missing](https://github.com/Zuntan0…
-
안녕하세요 jwj7140님.
저도 bert-vits2 korean을 구현하려고 노력하고 있습니다.
여러 시도를 해봤지만 아직 학습이 제대로 되지 않고 있습니다.
bert feature를 만드는 부분이 잘못되어서 학습이 제대로 안된다고 생각되는데, 혹시 학습에 성공하셨는지 궁굼합니다.
감사합니다.
-
I've gotten to step 4 of making a custom dataset (skipping the LJ Speech and VCTK steps) and I've stumbled across a `ModuleNotFoundError`. I'm not too sure how this is happening.
```python
(vits2)…