feat(ui): add cogview4 and inpainting tags to library

This commit is contained in:
psychedelicious
2025-03-18 13:31:50 +10:00
parent c99e65bdab
commit 47273135ca

View File

@@ -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' }] },
];