File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 785
785
"integerPolymorphic" : " Integer Polymorphic" ,
786
786
"integerPolymorphicDescription" : " A collection of integers." ,
787
787
"invalidOutputSchema" : " Invalid output schema" ,
788
+ "ipAdapter" : " IP-Adapter" ,
789
+ "ipAdapterCollection" : " IP-Adapters Collection" ,
790
+ "ipAdapterCollectionDescription" : " A collection of IP-Adapters." ,
791
+ "ipAdapterDescription" : " An Image Prompt Adapter (IP-Adapter)." ,
792
+ "ipAdapterModel" : " IP-Adapter Model" ,
793
+ "ipAdapterModelDescription" : " IP-Adapter Model Field" ,
794
+ "ipAdapterPolymorphic" : " IP-Adapter Polymorphic" ,
795
+ "ipAdapterPolymorphicDescription" : " A collection of IP-Adapters." ,
788
796
"latentsCollection" : " Latents Collection" ,
789
797
"latentsCollectionDescription" : " Latents may be passed between nodes." ,
790
798
"latentsField" : " Latents" ,
Original file line number Diff line number Diff line change @@ -291,18 +291,18 @@ export const FIELDS: Record<FieldType, FieldUIConfig> = {
291
291
} ,
292
292
IPAdapterField : {
293
293
color : 'teal.500' ,
294
- description : 'IP-Adapter info passed between nodes.' ,
295
- title : 'IP-Adapter' ,
294
+ description : t ( ' nodes.ipAdapterDescription' ) ,
295
+ title : t ( 'nodes.ipAdapter' ) ,
296
296
} ,
297
297
IPAdapterModelField : {
298
298
color : 'teal.500' ,
299
- description : 'IP-Adapter model' ,
300
- title : 'IP-Adapter Model' ,
299
+ description : t ( 'nodes.ipAdapterModelDescription' ) ,
300
+ title : t ( 'nodes.ipAdapterModel' ) ,
301
301
} ,
302
302
IPAdapterPolymorphic : {
303
303
color : 'teal.500' ,
304
- description : 'IP-Adapter info passed between nodes.' ,
305
- title : 'IP-Adapter Polymorphic' ,
304
+ description : t ( ' nodes.ipAdapterPolymorphicDescription' ) ,
305
+ title : t ( 'nodes.ipAdapterPolymorphic' ) ,
306
306
} ,
307
307
LatentsCollection : {
308
308
color : 'pink.500' ,
You can’t perform that action at this time.
0 commit comments