iot0 / inference_command.sh
memevis's picture
Upload folder using huggingface_hub
dd59f65 verified
raw
history blame contribute delete
267 Bytes
# 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