Unsupported model type with transformers.js

#7
by ayan4m1 - opened

Getting the following using the example code provided by HF.

const pipe = await pipeline(
      'text-to-speech',
      'onnx-community/Kokoro-82M-ONNX'
    );

Unsupported model type: style_text_to_speech_2

Any ideas?

ONNX Community org

Please see the README for usage instructions for JavaScript (which uses Transformers.js behind the scenes): https://huggingface.co./onnx-community/Kokoro-82M-ONNX#javascript

Xenova changed discussion status to closed

Sign up or log in to comment