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 58eab62 commit 61018bbCopy full SHA for 61018bb
src/schemas/nodeDefSchema.ts
@@ -186,7 +186,7 @@ const zInputSpec = z.union([
186
zCustomInputSpec
187
])
188
189
-export const zComfyInputsSpec = z.object({
+const zComfyInputsSpec = z.object({
190
required: z.record(zInputSpec).optional(),
191
optional: z.record(zInputSpec).optional(),
192
// Frontend repo is not using it, but some custom nodes are using the
0 commit comments