-
Notifications
You must be signed in to change notification settings - Fork 6
/
bundle_local.json
95 lines (95 loc) · 3.95 KB
/
bundle_local.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"plugins": [
{
"providerId": "andantei",
"providerDisplayName": {
"zh": "Andantei行板",
"en": "Andantei"
},
"pluginId": "singing-voice-clone-local",
"pluginDisplayName": {
"zh": "智能变声器本地版 (测试)",
"en": "Smart Vocal Changer (Local Beta)"
},
"pluginDescription": {
"zh": "用全新的声音演绎指定歌声片段,支持加载本地自定义模型。",
"en": "Sing a vocal clip with a brand new voice. Support loading local custom models."
},
"version": "1.0.1",
"supportedPlatforms": ["desktop"],
"minRequiredDesktopVersion": "1.9.6",
"options": {
"allowReset": true,
"allowManualApplyAdjust": true
},
"triggers": [
{
"type": "selected-clips",
"config": {
"allowedClipTypes": ["audio"],
"maxNumClips": 1
}
}
],
"notices": {
"copyrightDisclaimer": {
"title": {
"zh": "免责声明",
"en": "Disclaimer"
},
"content": {
"zh": "歌声模型仅供学术研究,其生成的歌声为虚拟合成,不代指任何真实世界的人物。软件仅供学术研究,请勿用于任何商业用途,软件对于生成结果免责。",
"en": "The singing voice model is for academic research only. The generated singing voice is virtually synthesized and does not refer to any real-world personnel. The software is for academic research only, please do not use it for any commercial purposes. The software is not responsible for the generated results."
},
"showPopup": true,
"requiresPopupConsent": true
},
"howToLoadModelsAutomatically": {
"title": {
"zh": "如何自动加载模型",
"en": "How to Load Models Automatically"
},
"content": {
"zh": "如需运行插件时自动加载模型,请将模型的.pth和config.json文件放到插件目录下的checkpoints文件夹中",
"en": "If you want to load models automatically when running the plugin, please put the .pth and config.json files of the model into the checkpoints folder under the plugin directory."
}
},
"applyOnVocalTrack": {
"title": {
"zh": "适用于纯人声轨道",
"en": "Suitable for Pure Vocal Track"
},
"content": {
"zh": "请确保你的音频中只包含人声。如果是伴奏+人声的音频,请先使用“智能音频分轨”功能将人声分离出来。",
"en": "Please make sure your audio only contains vocal. If it has accompaniment, please use the \"Smart Audio Source Separator\" plugin to separate the vocal out first."
},
"showPopup": true
},
"useSmallerClips": {
"title": {
"zh": "如何避免超时",
"en": "How to Avoid Timeout"
},
"content": {
"zh": "由于计算耗时可能较长,为避免超时,请尝试将你的音频分割为较短的片段并分别进行处理。",
"en": "Due to high computation cost, try cutting your audio into shorter clips and then process them one by one."
}
}
},
"icon": {
"0.5x": "https://s.tuneflow.com/images/plugins/icons/singing_voice_clone/singing_voice_clone@0.5x.png",
"1x": "https://s.tuneflow.com/images/plugins/icons/singing_voice_clone/singing_voice_clone@1x.png",
"2x": "https://s.tuneflow.com/images/plugins/icons/singing_voice_clone/singing_voice_clone@2x.png"
},
"categories": ["generate"],
"localPlugin": {
"binaryUrl": {
"win": {
"x64": "https://plugin-dist.tuneflow.com/plugins/svc/binary/win-x64-1.0.1.zip"
}
},
"servingPath": "/plugins/singing-voice-clone-local"
}
}
]
}