-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
mac m3 pro 36G 运行第一个demo,直接就把自己跑死机了,用两年了一次都没死机,这一个demo给干崩了,不支持mac吗?
from indextts.infer_v2 import IndexTTS2
tts = IndexTTS2(cfg_path="checkpoints/config.yaml", model_dir="checkpoints", use_fp16=False, use_cuda_kernel=False, use_deepspeed=False)
text = "Translate for me, what is a surprise!"
tts.infer(spk_audio_prompt='examples/voice_01.wav', text=text, output_path="gen.wav", verbose=True)
Metadata
Metadata
Assignees
Labels
No labels