From a309c617f7fccbb9ddd291e556bf774b40cfa3d4 Mon Sep 17 00:00:00 2001 From: wayne Date: Mon, 22 Jul 2024 12:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=9C=AC=E5=9C=B0=E8=AF=AD?= =?UTF-8?q?=E9=9F=B3=E8=AF=86=E5=88=AB=E6=A8=A1=E5=9E=8Bfasterwhisper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ fasterwhisper/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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