diff --git a/README.md b/README.md index 96022ee..4d3072f 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ [MoneyPrinterPlus一键批量上传视频功能来啦,让收费见鬼去吧!](https://www.bilibili.com/video/BV1Z7aje7EXc/) +[MoneyPrinterPlus全面支持本地chatTTS模型](https://www.bilibili.com/video/BV1Ng8MePE6L) + # 图文系列教程 [moneyPrinterPlus简介](https://mp.weixin.qq.com/s/0p9T_WFJ_yXcj74TgI7iMw) @@ -154,6 +156,7 @@ # 更新预告 +* 已经支持本地语音识别模型fasterwhisper, 教程待上。 可关注我公众号获得最新进度。 * 已经支持本地语音模型ChatTTS了,教程 [在MoneyPrinterPlus中使用本地chatTTS语音模型](https://mp.weixin.qq.com/s/bToXG_3XSYHKVI6Nf5W3Dw) * 支持本地大模型工具Ollama [MoneyPrinterPlus全面支持本地Ollama大模型](https://mp.weixin.qq.com/s/Q1C7kxJytDeQ6v12I5vdoQ) * 视频自动发布功能已经上线了!!!! 使用教程[MoneyPrinterPlus一键发布短视频到视频号,抖音,快手,小红书上线了](https://mp.weixin.qq.com/s/QOpSbb_q01E0CWAI3KQ89w) @@ -161,6 +164,7 @@ # 更新列表 +- 20240722 支持本地语音识别模型fasterwhisper - 20240713 支持本地语音模型ChatTTS - 20240710 支持本地大模型:Ollama - 20240708 逆天了!自动发布视频功能上线了。支持抖音,快手,小红书,视频号!!! diff --git a/fasterwhisper/README.md b/fasterwhisper/README.md index c10dab7..dfe25e0 100644 --- a/fasterwhisper/README.md +++ b/fasterwhisper/README.md @@ -1,4 +1,4 @@ 这里放置faster-whisper的模型 模型下载地址:https://huggingface.co/Systran 比如进到当前目录下,执行: -git clone https://huggingface.co/Systran/faster-whisper-tiny \ No newline at end of file +git clone https://huggingface.co/Systran/faster-whisper-tiny tiny \ No newline at end of file