feat(ui): add defaultModel to config

This commit is contained in:
psychedelicious
2023-05-30 22:12:21 +10:00
committed by Kent Keirsey
parent 9687fe7bac
commit e1ae7842ff
2 changed files with 10 additions and 1 deletions

View File

@ -351,6 +351,7 @@ export type AppConfig = {
disabledSDFeatures: SDFeature[];
canRestoreDeletedImagesFromBin: boolean;
sd: {
defaultModel?: string;
iterations: {
initial: number;
min: number;