feat(ui): add nodesAllowlist to config

This commit is contained in:
psychedelicious
2023-09-07 11:11:34 +10:00
committed by Kent Keirsey
parent cc92ce3da5
commit 74cc409c72
4 changed files with 18 additions and 7 deletions

View File

@@ -15,7 +15,8 @@ export const initialConfigState: AppConfig = {
'perlinNoise',
'noiseThreshold',
],
nodesDenylist: [],
nodesAllowlist: undefined,
nodesDenylist: undefined,
canRestoreDeletedImagesFromBin: true,
sd: {
disabledControlNetModels: [],