mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): remove "beta" mark on IP Adapter methods
This commit is contained in:
committed by
Kent Keirsey
parent
21048c53c2
commit
30779029ae
@@ -17,8 +17,8 @@ export const IPAdapterMethod = memo(({ method, onChange }: Props) => {
|
||||
const options: { label: string; value: IPMethodV2 }[] = useMemo(
|
||||
() => [
|
||||
{ label: t('controlLayers.ipAdapterMethod.full'), value: 'full' },
|
||||
{ label: `${t('controlLayers.ipAdapterMethod.style')} (${t('common.beta')})`, value: 'style' },
|
||||
{ label: `${t('controlLayers.ipAdapterMethod.composition')} (${t('common.beta')})`, value: 'composition' },
|
||||
{ label: t('controlLayers.ipAdapterMethod.style'), value: 'style' },
|
||||
{ label: t('controlLayers.ipAdapterMethod.composition'), value: 'composition' },
|
||||
],
|
||||
[t]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user