chore(ui): lint

This commit is contained in:
psychedelicious
2025-09-18 22:21:04 +10:00
parent ca3ccf92bc
commit 092cff358a

View File

@@ -145,7 +145,6 @@ export const zSubModelType = z.enum([
'scheduler',
'safety_checker',
]);
export type SubModelType = z.infer<typeof zSubModelType>;
export const zClipVariantType = z.enum(['large', 'gigantic']);
export const zModelVariantType = z.enum(['normal', 'inpaint', 'depth']);