@@ -14,7 +14,7 @@ const sdCommonParams = (model: string, data: any) => {
required: true,
},
{
- name: locales.SdPanel.ChildModel,
+ name: locales.SdPanel.ModelVersion,
value: "model",
type: "select",
default: 0,
@@ -492,7 +492,7 @@ const cn = {
ImageStyle: "图像风格",
OutFormat: "输出格式",
AIModel: "AI模型",
- ChildModel: "子模型",
+ ModelVersion: "模型版本",
Submit: "提交生成",
Styles: {
D3Model: "3D模型",
@@ -498,7 +498,7 @@ const en: LocaleType = {
ImageStyle: "Image Style",
OutFormat: "Output Format",
AIModel: "AI Model",
- ChildModel: "Child Model",
+ ModelVersion: "Model Version",
Submit: "Submit",
D3Model: "3d-model",