mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-14 02:12:55 +00:00
Update README.md
This commit is contained in:
@@ -20,7 +20,7 @@ onnxsim使うことでモデルのサイズを軽くすることができます
|
||||
- [x] Rustライブラリの実装
|
||||
- [ ] 余裕があればPyO3使ってPythonで利用可能にする
|
||||
- [ ] GPU対応(優先的にCUDA)
|
||||
- [ ] WASM変換
|
||||
- [ ] WASM変換(ortがサポートやめたので、中止)
|
||||
|
||||
## ディレクトリー説明
|
||||
- `sbv2_api` - Style-Bert-VITS2の推論Web API
|
||||
@@ -48,4 +48,4 @@ curl -XPOST -H "Content-type: application/json" -d '{"text": "こんにちは"}'
|
||||
|
||||
## 謝辞
|
||||
- [litagin02/Style-Bert-VITS2](https://github.com/litagin02/Style-Bert-VITS2) - このコードの書くにあたり、ベースとなる部分を参考にさせていただきました。
|
||||
- [Googlefan](https://github.com/Googlefan256) - 彼にモデルをONNXヘ変換および効率化をする方法を教わりました。
|
||||
- [Googlefan](https://github.com/Googlefan256) - 彼にモデルをONNXヘ変換および効率化をする方法を教わりました。
|
||||
|
||||
Reference in New Issue
Block a user