Skip to content

Commit 3e860c8

Browse files
psychedelicioushipsterusername
authored andcommitted
feat(ui): starter models filter works with model base
For example, "flux" now matches any starter model with a model base of "FLUX".
1 parent 4f2ef7c commit 3e860c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/StarterModels/StarterModelsResults.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const StarterModelsResults = memo(({ results }: StarterModelsResultsProps
2525
result.name.toLowerCase(),
2626
result.type.toLowerCase().replaceAll('_', ' '),
2727
result.description.toLowerCase(),
28+
result.base.toLowerCase(),
2829
];
2930
if (result.type === 'spandrel_image_to_image') {
3031
matchStrings.push('upscale');

0 commit comments

Comments
 (0)