mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update labels for Style Only and CompositionOnly to be designated as beta
This commit is contained in:
parent
c828a4e59f
commit
73ad173c74
@ -69,6 +69,7 @@
|
|||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"batch": "Batch Manager",
|
"batch": "Batch Manager",
|
||||||
|
"beta": "Beta",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"copy": "Copy",
|
"copy": "Copy",
|
||||||
"copyError": "$t(gallery.copy) Error",
|
"copyError": "$t(gallery.copy) Error",
|
||||||
|
@ -23,8 +23,8 @@ const ParamControlAdapterIPMethod = ({ id }: Props) => {
|
|||||||
const options: { label: string; value: IPMethod }[] = useMemo(
|
const options: { label: string; value: IPMethod }[] = useMemo(
|
||||||
() => [
|
() => [
|
||||||
{ label: t('controlnet.full'), value: 'full' },
|
{ label: t('controlnet.full'), value: 'full' },
|
||||||
{ label: t('controlnet.style'), value: 'style' },
|
{ label: `${t('controlnet.style')} (${t('common.beta')})`, value: 'style' },
|
||||||
{ label: t('controlnet.composition'), value: 'composition' },
|
{ label: `${t('controlnet.composition')} (${t('common.beta')})`, value: 'composition' },
|
||||||
],
|
],
|
||||||
[t]
|
[t]
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user