mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): use new model type grouping for control adapters in control layers
This commit is contained in:
parent
6ff1c7d541
commit
8dd0bfb068
@ -42,6 +42,7 @@ export const ControlAdapterModelCombobox = memo(({ modelKey, onChange: onChangeM
|
|||||||
selectedModel,
|
selectedModel,
|
||||||
getIsDisabled,
|
getIsDisabled,
|
||||||
isLoading,
|
isLoading,
|
||||||
|
groupByType: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user