How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-to-speech", model="Pipe1213/vits_wallon_ft_pho")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Pipe1213/vits_wallon_ft_pho", device_map="auto")
Quick Links

This model was trained in french using phonemes and then finetuned in a small dataset of walloon. More info and metrics will be added soon It was made only for research purposes

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support