mirror of
https://github.com/SWivid/F5-TTS.git
synced 2026-01-13 05:27:40 -08:00
Cleanup
This commit is contained in:
@@ -108,7 +108,7 @@ model = args.model if args.model else config["model"]
|
||||
ckpt_file = args.ckpt_file if args.ckpt_file else ""
|
||||
vocab_file = args.vocab_file if args.vocab_file else ""
|
||||
remove_silence = args.remove_silence if args.remove_silence else config["remove_silence"]
|
||||
speed = args.speed # The new speed argument
|
||||
speed = args.speed
|
||||
wave_path = Path(output_dir) / "infer_cli_out.wav"
|
||||
# spectrogram_path = Path(output_dir) / "infer_cli_out.png"
|
||||
vocos_local_path = "../checkpoints/charactr/vocos-mel-24khz"
|
||||
|
||||
Reference in New Issue
Block a user