Skip to content

Commit bfbcaad

Browse files
tweak(ui): workflow tag names
1 parent 3694158 commit bfbcaad

File tree

1 file changed

+2
-2
lines changed
  • invokeai/frontend/web/src/features/nodes/store

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export type WorkflowMode = 'edit' | 'view';
2424

2525
export const WORKFLOW_TAGS = [
2626
{ category: 'Industry', tags: ['Architecture', 'Fashion', 'Game Dev', 'Food'] },
27-
{ category: 'Task', tags: ['Upscaling', 'Text to Image', 'Image to Image'] },
28-
{ category: 'Base Model', tags: ['SD1.5', 'SDXL', 'Bria', 'FLUX'] },
27+
{ category: 'Common Tasks', tags: ['Upscaling', 'Text to Image', 'Image to Image'] },
28+
{ category: 'Model Architecture', tags: ['SD1.5', 'SDXL', 'Bria', 'FLUX'] },
2929
{ category: 'Tech Showcase', tags: ['Control', 'Reference Image'] },
3030
] as const;
3131
export type WorkflowTag = (typeof WORKFLOW_TAGS)[number]['tags'][number];

0 commit comments

Comments
 (0)