feat: 支持调节vits的一些参数

This commit is contained in:
ikechan8370 2023-03-04 20:54:26 +08:00
parent 59bec4e22a
commit 41ca23dc85
3 changed files with 34 additions and 1 deletions

View file

@ -298,6 +298,36 @@ export function supportGuoba () {
label: '语音转换API地址',
bottomHelpMessage: '前往duplicate空间https://huggingface.co/spaces/ikechan8370/vits-uma-genshin-honkai后查看api地址',
component: 'Input'
},
{
field: 'noiseScale',
label: 'noiseScale',
bottomHelpMessage: '控制情感变化程度',
component: 'InputNumber',
componentProps: {
min: 0,
max: 1
}
},
{
field: 'noiseScaleW',
label: 'noiseScaleW',
bottomHelpMessage: '控制音素发音长度',
component: 'InputNumber',
componentProps: {
min: 0,
max: 1
}
},
{
field: 'lengthScale',
label: 'lengthScale',
bottomHelpMessage: '控制整体语速',
component: 'InputNumber',
componentProps: {
min: 0,
max: 2
}
}
],
// 获取配置数据方法(用于前端填充显示数据)