This commit is contained in:
恍兮惚兮 2024-07-10 21:58:18 +08:00
parent 2b5b995ecd
commit 0ec763c167
3 changed files with 23 additions and 11 deletions

View File

@ -1079,7 +1079,9 @@
"type": "offline", "type": "offline",
"args": { "args": {
"Port": 23456, "Port": 23456,
"preset": "" "preset": "",
"整合包_CPU": "https://lunatranslator.xyz/Resource/IntegrationPack/vits-simple-api/cpu",
"整合包_GPU": "https://lunatranslator.xyz/Resource/IntegrationPack/vits-simple-api/gpu"
}, },
"argstype": { "argstype": {
"Port": { "Port": {
@ -1089,6 +1091,14 @@
"step": 1, "step": 1,
"name": "端口号" "name": "端口号"
}, },
"整合包_CPU": {
"type": "label",
"islink": true
},
"整合包_GPU": {
"type": "label",
"islink": true
},
"preset": { "preset": {
"name": "GPT-SOVITS preset" "name": "GPT-SOVITS preset"
} }

View File

@ -246,8 +246,8 @@
"mangaocr": { "mangaocr": {
"args": { "args": {
"项目仓库": "https://github.com/kha-white/manga-ocr", "项目仓库": "https://github.com/kha-white/manga-ocr",
"整合包_CPU": "https://github.com/raindrop213/LunaTranslator-re/releases/download/v0.0.2/manga-ocr_cpu_v0.1.11.zip", "整合包_CPU_1": "https://lunatranslator.xyz/Resource/IntegrationPack/manga_ocr/cpu",
"整合包_GPU": "https://github.com/raindrop213/LunaTranslator-re/releases/download/v0.0.1/vits-simple-api-windows-gpu-v0.6.9_vits-uma-genshin-honkai.7z", "整合包_GPU_1": "https://lunatranslator.xyz/Resource/IntegrationPack/manga_ocr/gpu",
"Port": 5665 "Port": 5665
}, },
"argstype": { "argstype": {
@ -255,13 +255,15 @@
"type": "label", "type": "label",
"islink": true "islink": true
}, },
"整合包_CPU": { "整合包_CPU_1": {
"type": "label", "type": "label",
"islink": true "islink": true,
"name": "整合包_CPU"
}, },
"整合包_GPU": { "整合包_GPU_1": {
"type": "label", "type": "label",
"islink": true "islink": true,
"name": "整合包_GPU"
}, },
"Port": { "Port": {
"type": "intspin", "type": "intspin",

View File

@ -757,11 +757,11 @@
}, },
{ {
"name": "整合包_CPU", "name": "整合包_CPU",
"link": "https://github.com/raindrop213/LunaTranslator-re/releases/download/v0.0.2/manga-ocr_cpu_v0.1.11.zip" "link": "https://lunatranslator.xyz/Resource/IntegrationPack/manga_ocr/cpu"
}, },
{ {
"name": "整合包_GPU", "name": "整合包_GPU",
"link": "https://github.com/raindrop213/LunaTranslator-re/releases/download/v0.0.2/manga-ocr_gpu_v0.1.11.7z" "link": "https://lunatranslator.xyz/Resource/IntegrationPack/manga_ocr/gpu"
} }
] ]
} }
@ -847,11 +847,11 @@
}, },
{ {
"name": "整合包_CPU", "name": "整合包_CPU",
"link": "https://github.com/raindrop213/LunaTranslator-re/releases/download/v0.0.1/vits-simple-api-windows-cpu-v0.6.9_vits-uma-genshin-honkai.rar" "link": "https://lunatranslator.xyz/Resource/IntegrationPack/vits-simple-api/cpu"
}, },
{ {
"name": "整合包_GPU", "name": "整合包_GPU",
"link": "https://github.com/raindrop213/LunaTranslator-re/releases/download/v0.0.1/vits-simple-api-windows-gpu-v0.6.9_vits-uma-genshin-honkai.7z" "link": "https://lunatranslator.xyz/Resource/IntegrationPack/vits-simple-api/gpu"
} }
] ]
}, },