Skip to content

Commit b9c7c6a

Browse files
chore(ui): lint
1 parent 73bed0d commit b9c7c6a

File tree

1 file changed

+0
-1
lines changed
  • invokeai/frontend/web/src/features/nodes/types

1 file changed

+0
-1
lines changed

invokeai/frontend/web/src/features/nodes/types/common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export const zSubModelType = z.enum([
145145
'scheduler',
146146
'safety_checker',
147147
]);
148-
export type SubModelType = z.infer<typeof zSubModelType>;
149148

150149
export const zClipVariantType = z.enum(['large', 'gigantic']);
151150
export const zModelVariantType = z.enum(['normal', 'inpaint', 'depth']);

0 commit comments

Comments
 (0)