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

team-edt
/
enclave-tts

Text-to-Speech
Pocket-TTS
ONNX
Model card Files Files and versions
xet
Community

Instructions to use team-edt/enclave-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Pocket-TTS

    How to use team-edt/enclave-tts with Pocket-TTS:

    from pocket_tts import TTSModel
    import scipy.io.wavfile
    
    tts_model = TTSModel.load_model("team-edt/enclave-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
enclave-tts
132 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
team-edt's picture
team-edt
Upload 9 files
181fb77 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    1.72 kB
    Upload 9 files about 1 month ago
  • bos_before_voice.npy

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    4.22 kB
    xet
    Upload 9 files about 1 month ago
  • bundle.json
    24.4 kB
    Upload 9 files about 1 month ago
  • flow_lm_flow_int8.onnx
    9.96 MB
    xet
    Upload 9 files about 1 month ago
  • flow_lm_main_int8.onnx
    76.3 MB
    xet
    Upload 9 files about 1 month ago
  • mimi_decoder_int8.onnx
    22.7 MB
    xet
    Upload 9 files about 1 month ago
  • text_conditioner_int8.onnx
    16.4 MB
    xet
    Upload 9 files about 1 month ago
  • tokenizer.model
    59.3 kB
    xet
    Upload 9 files about 1 month ago
  • voices.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    6.19 MB
    xet
    Upload 9 files about 1 month ago