fix: model logs loading

This commit is contained in:
jialin
2024-11-29 13:41:28 +08:00
parent 890287ce72
commit 435161854c
13 changed files with 104 additions and 26 deletions
+1
View File
@@ -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',
+2 -1
View File
@@ -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': '高级',