Skip to content

Commit 706ae0a

Browse files
chore(ui): typegen
1 parent 1db50bc commit 706ae0a

File tree

1 file changed

+7
-7
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+7
-7
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6496,7 +6496,7 @@ export type components = {
64966496
fieldName: string;
64976497
};
64986498
/**
6499-
* FLUX LoRA Collection Loader
6499+
* Apply LoRA Collection - FLUX
65006500
* @description Applies a collection of LoRAs to a FLUX transformer.
65016501
*/
65026502
FLUXLoRACollectionLoader: {
@@ -7885,7 +7885,7 @@ export type components = {
78857885
type: "flux_ip_adapter";
78867886
};
78877887
/**
7888-
* FLUX LoRA
7888+
* Apply LoRA - FLUX
78897889
* @description Apply a LoRA model to a FLUX transformer and/or text encoder.
78907890
*/
78917891
FluxLoRALoaderInvocation: {
@@ -13126,7 +13126,7 @@ export type components = {
1312613126
type: "llava_onevision_vllm";
1312713127
};
1312813128
/**
13129-
* LoRA Collection - SD1.5
13129+
* Apply LoRA Collection - SD1.5
1313013130
* @description Applies a collection of LoRAs to the provided UNet and CLIP models.
1313113131
*/
1313213132
LoRACollectionLoader: {
@@ -13260,7 +13260,7 @@ export type components = {
1326013260
weight: number;
1326113261
};
1326213262
/**
13263-
* LoRA
13263+
* Apply LoRA - SD1.5
1326413264
* @description Apply selected lora to unet and text_encoder.
1326513265
*/
1326613266
LoRALoaderInvocation: {
@@ -13428,7 +13428,7 @@ export type components = {
1342813428
weight: number;
1342913429
};
1343013430
/**
13431-
* LoRA Model - SD1.5
13431+
* Select LoRA
1343213432
* @description Selects a LoRA model and weight.
1343313433
*/
1343413434
LoRASelectorInvocation: {
@@ -17982,7 +17982,7 @@ export type components = {
1798217982
type: "sdxl_compel_prompt";
1798317983
};
1798417984
/**
17985-
* LoRA Collection - SDXL
17985+
* Apply LoRA Collection - SDXL
1798617986
* @description Applies a collection of SDXL LoRAs to the provided UNet and CLIP models.
1798717987
*/
1798817988
SDXLLoRACollectionLoader: {
@@ -18036,7 +18036,7 @@ export type components = {
1803618036
type: "sdxl_lora_collection_loader";
1803718037
};
1803818038
/**
18039-
* LoRA Model - SDXL
18039+
* Apply LoRA - SDXL
1804018040
* @description Apply selected lora to unet and text_encoder.
1804118041
*/
1804218042
SDXLLoRALoaderInvocation: {

0 commit comments

Comments
 (0)