Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

OpenVoiceOS
/
phoonnx-pocket-tts

Text-to-Speech
ONNX
Pocket-TTS
phoonnx
tts
onnxruntime
kyutai
Model card Files Files and versions
xet
Community

Instructions to use OpenVoiceOS/phoonnx-pocket-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Pocket-TTS

    How to use OpenVoiceOS/phoonnx-pocket-tts with Pocket-TTS:

    from pocket_tts import TTSModel
    import scipy.io.wavfile
    
    tts_model = TTSModel.load_model("OpenVoiceOS/phoonnx-pocket-tts")
    voice_state = tts_model.get_state_for_audio_prompt(
        "hf://kyutai/tts-voices/alba-mackenna/casual.wav"
    )
    audio = tts_model.generate_audio(voice_state, "Hello world, this is a test.")
    # Audio is a 1D torch tensor containing PCM data.
    scipy.io.wavfile.write("output.wav", tts_model.sample_rate, audio.numpy())
  • Notebooks
  • Google Colab
  • Kaggle
phoonnx-pocket-tts / spanish
752 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Jarbas's picture
Jarbas
Add per-variant config.json for spanish
81b240f verified 3 days ago
  • voices
    Add files using upload-large-folder tool 4 days ago
  • bos_before_voice.npy

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    4.22 kB
    xet
    Add files using upload-large-folder tool 4 days ago
  • bundle.json
    24.4 kB
    Add files using upload-large-folder tool 4 days ago
  • config.json
    541 Bytes
    Add per-variant config.json for spanish 3 days ago
  • flow_lm_flow.onnx
    39.1 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • flow_lm_flow_int8.onnx
    9.96 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • flow_lm_main.onnx
    303 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • flow_lm_main_int8.onnx
    76.3 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • mimi_decoder.onnx
    41.5 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • mimi_decoder_int8.onnx
    22.7 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • mimi_encoder.onnx
    39.8 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • mimi_encoder_int8.onnx
    20.8 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • text_conditioner.onnx
    16.4 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • text_conditioner_int8.onnx
    16.4 MB
    xet
    Add files using upload-large-folder tool 4 days ago
  • tokenizer.model
    60.9 kB
    xet
    Add files using upload-large-folder tool 4 days ago