Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AEmotionStudio
/
vibevoice-models

Text-to-Speech
Transformers
Safetensors
English
Chinese
speech-recognition
tts
asr
voice-cloning
long-form
multi-speaker
streaming
mirror
Model card Files Files and versions
xet
Community

Instructions to use AEmotionStudio/vibevoice-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AEmotionStudio/vibevoice-models with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="AEmotionStudio/vibevoice-models")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AEmotionStudio/vibevoice-models", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vibevoice-models
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
AEmotionStudio's picture
AEmotionStudio
docs: README β€” remove tts-large-fp8/ section (variant retired; runtime NF4 on tts-large/ covers the smaller-card use case)
ecca29f verified 5 days ago
  • asr-7b
    mirror: microsoft/VibeVoice-ASR β†’ asr-7b/ 5 days ago
  • realtime-0.5b
    mirror: 25 realtime voice presets (KV-cache .pt) from microsoft/VibeVoice GitHub 5 days ago
  • tts-1.5b
    mirror: microsoft/VibeVoice-1.5B β†’ tts-1.5b/ 5 days ago
  • tts-large
    mirror: aoi-ot/VibeVoice-Large β†’ tts-large/ 5 days ago
  • .gitattributes
    1.87 kB
    mirror: aoi-ot/VibeVoice-Large β†’ tts-large/ 5 days ago
  • README.md
    7.61 kB
    docs: README β€” remove tts-large-fp8/ section (variant retired; runtime NF4 on tts-large/ covers the smaller-card use case) 5 days ago