|
发表于 2025-5-17 23:12:14
|
显示全部楼层
出现这样的错误信息,该怎么解决??--- 开始处理任务 [1/1]: 任务 2025-05-17 21:51:07 ---
运行命令: python H:\DiffRhythm_2.0_AIBL\infer\infer.py --audio-length 95 --output-dir H:\DiffRhythm_2.0_AIBL\output\任务 2025-05-17 21_51_07_20250517_215201 --batch-infer-num 1 --repo-id ASLP-lab/DiffRhythm-1_2 --lrc-path H:\DiffRhythm_2.0_AIBL\output\任务 2025-05-17 21_51_07_20250517_215201\input.lrc --ref-audio-path H:\DiffRhythm_2.0_AIBL\infer\example\eg_cn.wav
Current working directory: H:\DiffRhythm_2.0_AIBL
./g2p\sources\g2p_chinese_model\poly_bert_model.onnx
Traceback (most recent call last):
File "H:\DiffRhythm_2.0_AIBL\infer\infer.py", line 178, in <module>
cfm, tokenizer, muq, vae = prepare_model(max_frames, device, repo_id=args.repo_id)
File "H:\DiffRhythm_2.0_AIBL\infer\infer_utils.py", line 231, in prepare_model
tokenizer = CNENTokenizer()
File "H:\DiffRhythm_2.0_AIBL\infer\infer_utils.py", line 347, in __init__
from g2p.g2p_generation import chn_eng_g2p
File "H:\DiffRhythm_2.0_AIBL\g2p\g2p_generation.py", line 10, in <module>
from g2p.utils.g2p import phonemizer_g2p
File "H:\DiffRhythm_2.0_AIBL\g2p\utils\g2p.py", line 17, in <module>
phonemizer_zh = EspeakBackend(
File "H:\DiffRhythm_2.0_AIBL\env\lib\site-packages\phonemizer\backend\espeak\espeak.py", line 45, in __init__
super().__init__(
File "H:\DiffRhythm_2.0_AIBL\env\lib\site-packages\phonemizer\backend\espeak\base.py", line 39, in __init__
super().__init__(
File "H:\DiffRhythm_2.0_AIBL\env\lib\site-packages\phonemizer\backend\base.py", line 77, in __init__
错误: raise RuntimeError( # pragma: nocover
错误: RuntimeError: espeak not installed on your system
批次 1/1 处理失败,返回码: 1
任务 '任务 2025-05-17 21:51:07' 所有批次处理完成 |
|