chore: image custom params
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
'playground.rerank.rank': 'Rank',
|
||||
'playground.rerank.score': 'Score',
|
||||
'playground.rerank.query.holder': 'Input your query',
|
||||
'playground.image.prompt': 'Input Prompt',
|
||||
'playground.image.prompt': 'Text Prompt',
|
||||
'playground.audio.texttospeech': 'Text to Speech',
|
||||
'playground.audio.speechtotext': 'Speech to Text',
|
||||
'playground.audio.texttospeech.tips': 'Generated speech will appear here',
|
||||
@@ -90,5 +90,13 @@ export default {
|
||||
'Please upload an audio file, supported formats: {formats}',
|
||||
'playground.input.multiplePaste': 'Multi-line paste',
|
||||
'playground.multiple.on': 'Enable',
|
||||
'playground.multiple.off': 'Disable'
|
||||
'playground.multiple.off': 'Disable',
|
||||
'playground.image.params.sampler': 'Sampler',
|
||||
'playground.image.params.samplerSteps': 'Sampler Steps',
|
||||
'playground.image.params.seed': 'Seed',
|
||||
'playground.image.params.negativePrompt': 'Negative Prompt',
|
||||
'playground.image.params.cfgScale': 'Scale Factor',
|
||||
'playground.image.params.custom': 'Custom',
|
||||
'playground.image.params.custom.tips': 'Parameter definition',
|
||||
'playground.image.params.openai': 'OpenAI Compatible'
|
||||
};
|
||||
|
||||
@@ -88,5 +88,13 @@ export default {
|
||||
'playground.audio.button.generate': '生成文本',
|
||||
'playground.input.multiplePaste': '多行粘贴',
|
||||
'playground.multiple.on': '开启',
|
||||
'playground.multiple.off': '关闭'
|
||||
'playground.multiple.off': '关闭',
|
||||
'playground.image.params.sampler': '采样器',
|
||||
'playground.image.params.samplerSteps': '采样器步数',
|
||||
'playground.image.params.seed': '随机种子',
|
||||
'playground.image.params.negativePrompt': '负面提示',
|
||||
'playground.image.params.cfgScale': '缩放因子',
|
||||
'playground.image.params.custom': '自定义',
|
||||
'playground.image.params.custom.tips': '参数定义',
|
||||
'playground.image.params.openai': 'OpenAI 兼容'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user