mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-17 22:03:18 -05:00
feat(ui): add nodesAllowlist to config
This commit is contained in:
committed by
Kent Keirsey
parent
cc92ce3da5
commit
74cc409c72
@@ -15,7 +15,8 @@ export const initialConfigState: AppConfig = {
|
||||
'perlinNoise',
|
||||
'noiseThreshold',
|
||||
],
|
||||
nodesDenylist: [],
|
||||
nodesAllowlist: undefined,
|
||||
nodesDenylist: undefined,
|
||||
canRestoreDeletedImagesFromBin: true,
|
||||
sd: {
|
||||
disabledControlNetModels: [],
|
||||
|
||||
Reference in New Issue
Block a user