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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

PulpCut
/
pocket-tts-voice-embeddings

Text-to-Speech
Pocket-TTS
Safetensors
English
tts
voice-embeddings
pulpcut
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Pocket-TTS

    How to use PulpCut/pocket-tts-voice-embeddings with Pocket-TTS:

    from pocket_tts import TTSModel
    import scipy.io.wavfile
    
    tts_model = TTSModel.load_model("PulpCut/pocket-tts-voice-embeddings")
    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
pocket-tts-voice-embeddings
1.07 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Alex1343543's picture
Alex1343543
Create README.md
9e5e500 verified 3 months ago
  • embeddings_v2
    Remove failed voice embedding pocket-unmute-developer-1 3 months ago
  • speaker_wavs
    Add reference speaker wav/mp3 files for converted PocketTTS voices 3 months ago
  • .gitattributes
    13 kB
    Add reference speaker wav/mp3 files for converted PocketTTS voices 3 months ago
  • README.md
    6.15 kB
    Create README.md 3 months ago
  • conversion-report.json
    66.3 kB
    Upload conversion-report.json with huggingface_hub 3 months ago
  • descriptions.json
    115 kB
    Upload descriptions.json with huggingface_hub 3 months ago
  • published-manifest.json
    200 kB
    Upload published-manifest.json with huggingface_hub 3 months ago
  • source-inventory.json
    75.3 kB
    Upload source-inventory.json with huggingface_hub 3 months ago
  • validation-report.json
    22.4 kB
    Upload validation-report.json with huggingface_hub 3 months ago