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

複数の話者モデルへの対応 #93

Closed
1 of 2 tasks
tuna2134 opened this issue Oct 18, 2024 · 3 comments · Fixed by #131
Closed
1 of 2 tasks

複数の話者モデルへの対応 #93

tuna2134 opened this issue Oct 18, 2024 · 3 comments · Fixed by #131
Labels
enhancement New feature or request

Comments

@tuna2134
Copy link
Owner

tuna2134 commented Oct 18, 2024

機能追加の説明
現状僕が書いたモデルは単一話者を想定しているため、複数の話者で使いたい場合、使うことができない

メリット
複数の話者で読み上げできる

デメリット
破壊的変更が行われる可能性がある

  • スタイルID追加
  • 話者追加
@tuna2134 tuna2134 added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Oct 18, 2024
@Mofa-Xingche
Copy link
Contributor

Mofa-Xingche commented Oct 18, 2024

すみません ありがとうございます。
複数話者のイメージです感情スタイル付きの複数話者モデルはこんな形をしています、大体、7話者30感情スタイルぐらいまで対応できると、良いと思います(学習時のVRAM敵にそのくらいがみんな限界(12話者50感情スタイルとかまでやったことありますが))

speakername speakerID
"Lisa": 0,
"Belly": 1,
"Mai": 2,

style-name styleID
"Neutral": 0,
"Lisa-happy": 1,
"Lisa-angry": 2,
"Lisa-sad": 3,
"Belly-happy": 4,
"Belly-angry": 5,
"Belly-sad": 6,
"Mai-happy": 7,
"Mai-angry": 8,
"Mai-sad": 9,

@tuna2134
Copy link
Owner Author

tuna2134 commented Nov 5, 2024

あ、感情もあるのですね、、、
色々終わったら修正します

すみません ありがとうございます。

複数話者のイメージです感情スタイル付きの複数話者モデルはこんな形をしています、大体、7話者30感情スタイルぐらいまで対応できると、良いと思います(学習時のVRAM敵にそのくらいがみんな限界(12話者50感情スタイルとかまでやったことありますが))

speakername speakerID

"Lisa": 0,

"Belly": 1,

"Mai": 2,

style-name styleID

"Neutral": 0,

"Lisa-happy": 1,

"Lisa-angry": 2,

"Lisa-sad": 3,

"Belly-happy": 4,

"Belly-angry": 5,

"Belly-sad": 6,

"Mai-happy": 7,

"Mai-angry": 8,

"Mai-sad": 9,

@tuna2134
Copy link
Owner Author

追加したのでクローズしました

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants