2noise / ChatTTS

A generative speech model for daily dialogue.

Home Page:https://2noise.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about the code

UestcJay opened this issue · comments

请问chattts中 llm inference中这个inputs_ids是speech token吗?通过生成的speech token再去生成mel
return { 'ids': inputs_ids, 'attentions': attentions, 'hiddens':hiddens, }