lopatnov
/

ONNX

Piper Models for Lopatnov.Translate

This repository contains Piper models for the Lopatnov.Translate service. These files are mirrors of the original models from the rhasspy/piper-voices repository.

Configuration

To configure model for the service, please modify appsettings.json:

Example configuration:

{
  "Models": {
    "piper-en-US": {
      "Type": "Piper",
      "Path": "../../models/text-to-audio/piper-voices/en_US/en_US-joe-medium.onnx"
    },
    "piper-uk-Oleksa": {
      "Type": "Piper",
      "Path": "../../models/text-to-audio/piper-voices/uk_Oleksa/uk_UA-oleksa-high.onnx",
      "ExecutionProvider": "cpu"
    }
  },
  "Translation": {
    "TextToAudio": {
      "en": "piper-en-US",   // ISO 639-1 code → model key
      "uk": "piper-uk-Oleksa"
    }
  }
}

Note: Make sure the Path correctly points to the location of your downloaded .onnx files relative to application.

Documentation

For advanced configuration options, visit the Official Documentation.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support