feat: add sd3

This commit is contained in:
kwaroran
2024-06-12 20:20:24 +09:00
parent 9f431f7dba
commit 933e4d0cec
3 changed files with 95 additions and 0 deletions

View File

@@ -416,6 +416,8 @@ export function setDatabase(data:Database){
data.font ??= 'default'
data.customFont ??= ''
data.lineHeight ??= 1.25
data.stabilityModel ??= 'sd3-large'
data.stabllityStyle ??= ''
changeLanguage(data.language)
DataBase.set(data)
}
@@ -686,6 +688,9 @@ export interface Database{
font: string
customFont: string
lineHeight: number
stabilityModel: string
stabilityKey: string
stabllityStyle: string
}
export interface customscript{