Importing Kokoro-82M TTS ONNX Model: Current Unsupported Features and Future Support Timeline

I’m trying to import kokoro-82M (TTS) onnx model but I get these errors (I’m using the latest Sentis 2.1.1):

  • ConcatFromSequence not supported
  • Loop not supported
  • SequenceEmpty not supported
  • SplitToSequence not supported

when are these going to get supported?

I am not in the position to promise anything. We will take a look at the kokoro model and the missing operators.

Meanwhile, here is the list of supported ONNX operators.

This model is great. I would like to use it in my games with sentis. Please support it.

Another vote for Kokoro please, searching for “kokoro Unity” brought me here :slight_smile: Thanks for all your hard work!

We really need more TTS solution so I’m adding my vote

Yes, this would be fantastic. Kokoro seems like one of the best quality and small TTS. Would be fantastic to get it to narrate some parts of the game.

Looking forward to being able to use Kokoro!

I would also like to see Kokoro in Unity.

I’ve tried it out with the new Unity Inference Engine, but unfortunately, it’s still not supported due to missing operators:

Are there any updates about supporting these operators?

We have developed an alternative to Kokoro called Lingotion Thespeon - it does not use the unsupported operators and thus works with the current version of Inference Engine. If you are interested in trying it out, check out our github repo!

Unity is now officially supporting Kokoro TTS. They have added an example here:

Interesting, it looks like those operators still aren’t supported: Supported ONNX operators | Sentis | 2.5.0