PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.99k stars 1.83k forks source link

[TTS] 模型已经下载,运行 paddlespeech tts 没有默认加载本地模型 #3591

Closed lonngxiang closed 11 months ago

lonngxiang commented 11 months ago

paddlespeech版本1.4

image image

image

G1017 commented 11 months ago

必须要有那个压缩包,不然就会重新下载,你把那个压缩包放在那再试试

lonngxiang commented 11 months ago

必须要有那个压缩包,不然就会重新下载,你把那个压缩包放在那再试试

这压缩包是按照这路径放置吗;以前这样成功运行过,但现在出问题了 .paddlespeech\models\fastspeech2_csmsc-zh\1.0\fastspeech2_nosil_baker_ckpt_0.4

G1017 commented 11 months ago

.paddlespeech\models路径下 image

G1017 commented 11 months ago

.paddlespeech/models/hifigan_aishell3-zh/1.0路径下 image

就是不要把他的压缩包删掉,他以压缩包去判定的

lonngxiang commented 11 months ago

.paddlespeech/models/hifigan_aishell3-zh/1.0路径下 image

就是不要把他的压缩包删掉,他以压缩包去判定的

好的已解决,多谢