We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dc6ff commit e1bc270Copy full SHA for e1bc270
src/types/comfyWorkflow.ts
@@ -82,7 +82,7 @@ const zGroup = z
82
.object({
83
title: z.string(),
84
bounding: z.tuple([z.number(), z.number(), z.number(), z.number()]),
85
- color: z.string(),
+ color: z.string().optional(),
86
font_size: z.number().optional(),
87
locked: z.boolean().optional()
88
})
0 commit comments