mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): add cogview4 and inpainting tags to library
This commit is contained in:
@@ -112,7 +112,7 @@ export const DEFAULT_WORKFLOW_LIBRARY_TAG_CATEGORIES: WorkflowTagCategory[] = [
|
||||
},
|
||||
{
|
||||
categoryTKey: 'Model Architecture',
|
||||
tags: [{ label: 'SD1.5' }, { label: 'SDXL' }, { label: 'SD3.5' }, { label: 'FLUX' }],
|
||||
tags: [{ label: 'SD1.5' }, { label: 'SDXL' }, { label: 'SD3.5' }, { label: 'FLUX' }, { label: 'CogView4' }],
|
||||
},
|
||||
{ categoryTKey: 'Tech Showcase', tags: [{ label: 'Control' }, { label: 'Reference Image' }] },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user