SparkAudio/voxbox
Viewer • Updated • 23.8M • 17.3k • 70
How to use yueyulin/respark with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="yueyulin/respark") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("yueyulin/respark", dtype="auto")Respark is a TTS system with RWKV-7 LM modeling the audio tokens with the BiCodec from SparkTTS. This repository will contain a serie of respark models with different size and training stage. Please checkout the sub directories for details.
Base model
BlinkDL/rwkv7-g1