mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): support disabling controlnet models & processors
This commit is contained in:
@ -117,6 +117,8 @@ export type AppConfig = {
|
||||
canRestoreDeletedImagesFromBin: boolean;
|
||||
sd: {
|
||||
defaultModel?: string;
|
||||
disabledControlNetModels: string[];
|
||||
disabledControlNetProcessors: string[];
|
||||
iterations: {
|
||||
initial: number;
|
||||
min: number;
|
||||
|
Reference in New Issue
Block a user