# Load model directly
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("arwin0727/tts_engine_model", dtype="auto")Quick Links
- Downloads last month
- 180
Model tree for arwin0727/tts_engine_model
Base model
Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="arwin0727/tts_engine_model")