Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to include section on finding and using models #847

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ Docker での実行は、[Docker を使用する](docker_vcclient/README.md)を

Anaconda の仮想環境上での実行は、[サーバ開発者向けのページ](README_dev_ja.md)を参考にサーバを起動してください。

# モデルの検索

ボイスチェンジャー リポジトリには、デフォルトでは事前に作成されたモデルは含まれません。 ただし、インターネットまたは https://www.weights.gg/ のようなサイトからモデルを取得することはできます。

# トラブルシュート

- [通信編](tutorials/trouble_shoot_communication_ja.md)
Expand Down
4 changes: 4 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ To run docker, see [start docker](docker_vcclient/README_en.md).

To run on Anaconda venv, see [server developer's guide](README_dev_en.md)

# Finding models

The voice-changer repo does not contain pre-created models by default. However, you can pull models from the internet, or from sites like https://www.weights.gg/

# Real-time performance

Conversion is almost instantaneous when using GPU.
Expand Down