Text-to-Speech
Vui
English
tts
speech-synthesis
voice-cloning
streaming
conversational
qwen3-tts
conversational-speech
context-aware
cpu-inference
on-device
small-model
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
Add vui-190k (run 3hggswum step 190000): more stable with user audio context
Browse files- vui-190k.safetensors +3 -0
vui-190k.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d5ce0fa52a9e1e05b562df1d97d66f967a6ec1dce02c6cbd6794832e9079490
|
| 3 |
+
size 610833082
|