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 17d3371 commit 1ce4591Copy full SHA for 1ce4591
invokeai/frontend/web/src/features/gallery/store/types.ts
@@ -2,7 +2,6 @@ import type { ImageCategory, ImageDTO } from 'services/api/types';
2
3
export const IMAGE_CATEGORIES: ImageCategory[] = ['general'];
4
export const ASSETS_CATEGORIES: ImageCategory[] = ['control', 'mask', 'user', 'other'];
5
-export const IMAGE_LIMIT = 15;
6
7
export type GalleryView = 'images' | 'assets';
8
export type BoardId = 'none' | (string & Record<never, never>);
0 commit comments