Improve the Stability parameter control panel

This commit is contained in:
licoy
2024-07-02 10:24:19 +08:00
parent 34034be0e3
commit bbbf59c74a
11 changed files with 299 additions and 8 deletions

View File

@@ -486,11 +486,20 @@ const en: LocaleType = {
Topic: "Topic",
Time: "Time",
},
URLCommand: {
Code: "Detected access code from url, confirm to apply? ",
Settings: "Detected settings from url, confirm to apply?",
},
SdPanel: {
Prompt: "Prompt",
NegativePrompt: "Negative Prompt",
PleaseInput: (name: string) => `Please input ${name}`,
AspectRatio: "Aspect Ratio",
ImageStyle: "Image Style",
OutFormat: "Output Format",
AIModel: "AI Model",
Submit: "Submit",
},
};
export default en;