migrate manager menu items

This commit is contained in:
bymyself
2025-04-09 09:52:06 -07:00
parent 5c119fcbda
commit 366c55070c
6 changed files with 133 additions and 3 deletions

View File

@@ -487,7 +487,8 @@ const zSettings = z.object({
'main.sub.setting.name': z.any(),
'single.setting': z.any(),
'LiteGraph.Node.DefaultPadding': z.boolean(),
'LiteGraph.Pointer.TrackpadGestures': z.boolean()
'LiteGraph.Pointer.TrackpadGestures': z.boolean(),
'Comfy.Memory.AllowManualUnload': z.boolean()
})
export type EmbeddingsResponse = z.infer<typeof zEmbeddingsResponse>