mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): add defaultModel
to config
This commit is contained in:
committed by
Kent Keirsey
parent
9687fe7bac
commit
e1ae7842ff
@ -351,6 +351,7 @@ export type AppConfig = {
|
||||
disabledSDFeatures: SDFeature[];
|
||||
canRestoreDeletedImagesFromBin: boolean;
|
||||
sd: {
|
||||
defaultModel?: string;
|
||||
iterations: {
|
||||
initial: number;
|
||||
min: number;
|
||||
|
Reference in New Issue
Block a user