# 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 | |