Add setting to hide node category in search result (#546)

This commit is contained in:
Chenlei Hu
2024-08-19 21:00:15 -04:00
committed by GitHub
parent 339e201920
commit cfad3cd918
3 changed files with 14 additions and 1 deletions

View File

@@ -417,6 +417,7 @@ const zSettings = z.record(z.any()).and(
]),
'Comfy.NodeSearchBoxImpl.NodePreview': z.boolean(),
'Comfy.NodeSearchBoxImpl': z.enum(['default', 'simple']),
'Comfy.NodeSearchBoxImpl.ShowCategory': z.boolean(),
'Comfy.NodeSuggestions.number': z.number(),
'Comfy.PreviewFormat': z.string(),
'Comfy.PromptFilename': z.boolean(),