LunaTranslator/docs/zh/mangaocr.md

28 lines
992 B
Markdown
Raw Normal View History

2024-07-25 17:13:03 +08:00
## mangaocr整合包无法启动怎么办
2024-07-14 17:59:46 +08:00
首次启动start.bat时会尝试从huggingface上下载模型但是国内你懂的。
2024-08-07 22:00:27 +08:00
![img](https://image.lunatranslator.org/zh/mangaocr/err1.png)
2024-07-14 17:59:46 +08:00
2024-08-07 22:00:27 +08:00
![img](https://image.lunatranslator.org/zh/mangaocr/err2.png)
2024-07-14 17:59:46 +08:00
解决方法有两种
1. 魔法上网可能要开TUN代理
1. 使用vscode“打开文件夹”打开整合包的文件夹。
2024-08-07 22:00:27 +08:00
![img](https://image.lunatranslator.org/zh/mangaocr/fix2.png)
2024-07-14 17:59:46 +08:00
然后使用搜索功能将“huggingface.co”全部替换成“hf-mirror.com”。由于替换项较多需要稍微等待一会儿。
2024-08-07 22:00:27 +08:00
![img](https://image.lunatranslator.org/zh/mangaocr/fix.png)
2024-07-14 17:59:46 +08:00
然后重新运行start.bat之后会用国内镜像站下载模型无须魔法上网。
2024-08-07 22:00:27 +08:00
![img](https://image.lunatranslator.org/zh/mangaocr/succ.png)
2024-07-14 17:59:46 +08:00
2024-07-18 22:44:18 +08:00
等待一会儿首次运行的下载模型和每次运行都需要的加载模型。显示“`* Running on http://127.0.0.1:5665`”表示服务已正常启动。