File size: 267 Bytes
616f62a
 
 
 
 
 
 
1
2
3
4
5
6
7
8

# TTS Inference Command
python -m taoverse.tts.infer \
    --model_path /root/.AUQUA-S/ULTIMATE-PERFECTION-B/top1_optimized_model \
    --text "This is a test of optimized TTS model with 100% TOP1 quality." \
    --output_path ./output_audio.wav \
    --device cuda