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="NeuroDonu/RU-XTTS-DonuModel")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("NeuroDonu/RU-XTTS-DonuModel", dtype="auto")
Quick Links

Configuration Parsing Warning:Invalid JSON for config file config.json

Это новая модель для XTTS, которую я обучал на 40 часах датасета. Обучалась она на V100, 20 эпох на 2 батче.

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