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
Delete files vui2.safetensors with huggingface_hub
Browse files- vui2.safetensors +0 -3
vui2.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2fe0c497a589516f97f150fde5e9d50302775dfc04d7ad2813f65a6f2be82cdb
|
| 3 |
-
size 610734754
|
|
|
|
|
|
|
|
|
|
|
|