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 73bed0d commit b9c7c6aCopy full SHA for b9c7c6a
invokeai/frontend/web/src/features/nodes/types/common.ts
@@ -145,7 +145,6 @@ export const zSubModelType = z.enum([
145
'scheduler',
146
'safety_checker',
147
]);
148
-export type SubModelType = z.infer<typeof zSubModelType>;
149
150
export const zClipVariantType = z.enum(['large', 'gigantic']);
151
export const zModelVariantType = z.enum(['normal', 'inpaint', 'depth']);
0 commit comments