fix: model logs loading
This commit is contained in:
@@ -98,6 +98,7 @@ export default {
|
||||
'playground.image.params.schedule': 'Schedule',
|
||||
'playground.image.params.samplerSteps': 'Sampler Steps',
|
||||
'playground.image.params.seed': 'Seed',
|
||||
'playground.image.params.randomseed': 'Random Seed',
|
||||
'playground.image.params.negativePrompt': 'Negative Prompt',
|
||||
'playground.image.params.cfgScale': 'Scale Factor',
|
||||
'playground.image.params.custom': 'Advanced',
|
||||
|
||||
@@ -94,7 +94,8 @@ export default {
|
||||
'playground.image.params.sampler': '采样方法',
|
||||
'playground.image.params.schedule': '调度',
|
||||
'playground.image.params.samplerSteps': '迭代步数',
|
||||
'playground.image.params.seed': '随机种子',
|
||||
'playground.image.params.seed': '种子',
|
||||
'playground.image.params.randomseed': '随机种子',
|
||||
'playground.image.params.negativePrompt': '负向提示',
|
||||
'playground.image.params.cfgScale': '提示词引导系数',
|
||||
'playground.image.params.custom': '高级',
|
||||
|
||||
Reference in New Issue
Block a user