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

fluxions
/
vui

Text-to-Speech
Vui
English
tts
speech-synthesis
voice-cloning
streaming
conversational
qwen3-tts
Model card Files Files and versions
xet
Community
3

Instructions to use fluxions/vui with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Vui

    How to use fluxions/vui with Vui:

    # !pip install git+https://github.com/fluxions-ai/vui
    
    import torchaudio
    
    from vui.inference import render
    from vui.model import Vui,
    
    model = Vui.from_pretrained().cuda()
    waveform = render(
        model,
        "Hey, here is some random stuff, usually something quite long as the shorter the text the less likely the model can cope!",
    )
    print(waveform.shape)
    torchaudio.save("out.opus", waveform[0], 22050)
    
  • Notebooks
  • Google Colab
  • Kaggle
vui / prompts
6.14 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
harrycb's picture
harrycb
Upload prompts/harry.safetensors with huggingface_hub
8438d21 verified about 2 months ago
  • abraham.safetensors
    347 kB
    xet
    Upload prompts/abraham.safetensors with huggingface_hub about 2 months ago
  • abraham.txt
    133 Bytes
    Upload prompts/abraham.txt with huggingface_hub about 2 months ago
  • abraham.wav
    332 kB
    xet
    Upload prompts/abraham.wav with huggingface_hub about 2 months ago
  • harry.safetensors
    561 kB
    xet
    Upload prompts/harry.safetensors with huggingface_hub about 2 months ago
  • harry.txt
    222 Bytes
    Upload prompts/harry.txt with huggingface_hub about 2 months ago
  • harry.wav
    540 kB
    xet
    Upload prompts/harry.wav with huggingface_hub about 2 months ago
  • maeve.safetensors
    690 kB
    xet
    Upload prompts/maeve.safetensors with huggingface_hub about 2 months ago
  • maeve.txt
    240 Bytes
    Upload prompts/maeve.txt with huggingface_hub about 2 months ago
  • maeve.wav
    664 kB
    xet
    Upload prompts/maeve.wav with huggingface_hub about 2 months ago
  • rhian.safetensors
    1.53 MB
    xet
    Upload prompts/rhian.safetensors with huggingface_hub about 2 months ago
  • rhian.txt
    486 Bytes
    Upload prompts/rhian.txt with huggingface_hub about 2 months ago
  • rhian.wav
    1.48 MB
    xet
    Upload prompts/rhian.wav with huggingface_hub about 2 months ago