mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixup IP-Adapter locale strings.
This commit is contained in:
parent
d8d0c9af09
commit
3f860c3523
@ -785,6 +785,14 @@
|
|||||||
"integerPolymorphic": "Integer Polymorphic",
|
"integerPolymorphic": "Integer Polymorphic",
|
||||||
"integerPolymorphicDescription": "A collection of integers.",
|
"integerPolymorphicDescription": "A collection of integers.",
|
||||||
"invalidOutputSchema": "Invalid output schema",
|
"invalidOutputSchema": "Invalid output schema",
|
||||||
|
"ipAdapter": "IP-Adapter",
|
||||||
|
"ipAdapterCollection": "IP-Adapters Collection",
|
||||||
|
"ipAdapterCollectionDescription": "A collection of IP-Adapters.",
|
||||||
|
"ipAdapterDescription": "An Image Prompt Adapter (IP-Adapter).",
|
||||||
|
"ipAdapterModel": "IP-Adapter Model",
|
||||||
|
"ipAdapterModelDescription": "IP-Adapter Model Field",
|
||||||
|
"ipAdapterPolymorphic": "IP-Adapter Polymorphic",
|
||||||
|
"ipAdapterPolymorphicDescription": "A collection of IP-Adapters.",
|
||||||
"latentsCollection": "Latents Collection",
|
"latentsCollection": "Latents Collection",
|
||||||
"latentsCollectionDescription": "Latents may be passed between nodes.",
|
"latentsCollectionDescription": "Latents may be passed between nodes.",
|
||||||
"latentsField": "Latents",
|
"latentsField": "Latents",
|
||||||
|
@ -291,18 +291,18 @@ export const FIELDS: Record<FieldType, FieldUIConfig> = {
|
|||||||
},
|
},
|
||||||
IPAdapterField: {
|
IPAdapterField: {
|
||||||
color: 'teal.500',
|
color: 'teal.500',
|
||||||
description: 'IP-Adapter info passed between nodes.',
|
description: t('nodes.ipAdapterDescription'),
|
||||||
title: 'IP-Adapter',
|
title: t('nodes.ipAdapter'),
|
||||||
},
|
},
|
||||||
IPAdapterModelField: {
|
IPAdapterModelField: {
|
||||||
color: 'teal.500',
|
color: 'teal.500',
|
||||||
description: 'IP-Adapter model',
|
description: t('nodes.ipAdapterModelDescription'),
|
||||||
title: 'IP-Adapter Model',
|
title: t('nodes.ipAdapterModel'),
|
||||||
},
|
},
|
||||||
IPAdapterPolymorphic: {
|
IPAdapterPolymorphic: {
|
||||||
color: 'teal.500',
|
color: 'teal.500',
|
||||||
description: 'IP-Adapter info passed between nodes.',
|
description: t('nodes.ipAdapterPolymorphicDescription'),
|
||||||
title: 'IP-Adapter Polymorphic',
|
title: t('nodes.ipAdapterPolymorphic'),
|
||||||
},
|
},
|
||||||
LatentsCollection: {
|
LatentsCollection: {
|
||||||
color: 'pink.500',
|
color: 'pink.500',
|
||||||
|
Loading…
Reference in New Issue
Block a user