Skip to content

Commit bffd4af

Browse files
psychedeliciousmaryhipp
authored andcommitted
chore(ui): typegen
1 parent 518a896 commit bffd4af

File tree

1 file changed

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

1 file changed

+135
-0
lines changed

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

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,11 @@ export type components = {
17971797
submodels?: {
17981798
[key: string]: components["schemas"]["SubmodelDefinition"];
17991799
} | null;
1800+
/**
1801+
* Usage Info
1802+
* @description Usage information for this model
1803+
*/
1804+
usage_info?: string | null;
18001805
/**
18011806
* Trigger Phrases
18021807
* @description Set of trigger phrases for this model
@@ -3053,6 +3058,11 @@ export type components = {
30533058
submodels?: {
30543059
[key: string]: components["schemas"]["SubmodelDefinition"];
30553060
} | null;
3061+
/**
3062+
* Usage Info
3063+
* @description Usage information for this model
3064+
*/
3065+
usage_info?: string | null;
30563066
/** @default */
30573067
repo_variant?: components["schemas"]["ModelRepoVariant"] | null;
30583068
/**
@@ -3135,6 +3145,11 @@ export type components = {
31353145
submodels?: {
31363146
[key: string]: components["schemas"]["SubmodelDefinition"];
31373147
} | null;
3148+
/**
3149+
* Usage Info
3150+
* @description Usage information for this model
3151+
*/
3152+
usage_info?: string | null;
31383153
/** @default */
31393154
repo_variant?: components["schemas"]["ModelRepoVariant"] | null;
31403155
/**
@@ -3293,6 +3308,11 @@ export type components = {
32933308
submodels?: {
32943309
[key: string]: components["schemas"]["SubmodelDefinition"];
32953310
} | null;
3311+
/**
3312+
* Usage Info
3313+
* @description Usage information for this model
3314+
*/
3315+
usage_info?: string | null;
32963316
/** @default */
32973317
repo_variant?: components["schemas"]["ModelRepoVariant"] | null;
32983318
};
@@ -4784,6 +4804,11 @@ export type components = {
47844804
submodels?: {
47854805
[key: string]: components["schemas"]["SubmodelDefinition"];
47864806
} | null;
4807+
/**
4808+
* Usage Info
4809+
* @description Usage information for this model
4810+
*/
4811+
usage_info?: string | null;
47874812
/** @description Default settings for this model */
47884813
default_settings?: components["schemas"]["ControlAdapterDefaultSettings"] | null;
47894814
/**
@@ -4877,6 +4902,11 @@ export type components = {
48774902
submodels?: {
48784903
[key: string]: components["schemas"]["SubmodelDefinition"];
48794904
} | null;
4905+
/**
4906+
* Usage Info
4907+
* @description Usage information for this model
4908+
*/
4909+
usage_info?: string | null;
48804910
/** @description Default settings for this model */
48814911
default_settings?: components["schemas"]["ControlAdapterDefaultSettings"] | null;
48824912
/**
@@ -4959,6 +4989,11 @@ export type components = {
49594989
submodels?: {
49604990
[key: string]: components["schemas"]["SubmodelDefinition"];
49614991
} | null;
4992+
/**
4993+
* Usage Info
4994+
* @description Usage information for this model
4995+
*/
4996+
usage_info?: string | null;
49624997
/** @description Default settings for this model */
49634998
default_settings?: components["schemas"]["ControlAdapterDefaultSettings"] | null;
49644999
/**
@@ -5045,6 +5080,11 @@ export type components = {
50455080
submodels?: {
50465081
[key: string]: components["schemas"]["SubmodelDefinition"];
50475082
} | null;
5083+
/**
5084+
* Usage Info
5085+
* @description Usage information for this model
5086+
*/
5087+
usage_info?: string | null;
50485088
/** @description Default settings for this model */
50495089
default_settings?: components["schemas"]["ControlAdapterDefaultSettings"] | null;
50505090
/** @default */
@@ -8240,6 +8280,11 @@ export type components = {
82408280
submodels?: {
82418281
[key: string]: components["schemas"]["SubmodelDefinition"];
82428282
} | null;
8283+
/**
8284+
* Usage Info
8285+
* @description Usage information for this model
8286+
*/
8287+
usage_info?: string | null;
82438288
};
82448289
/**
82458290
* FLUX Redux
@@ -9027,6 +9072,11 @@ export type components = {
90279072
submodels?: {
90289073
[key: string]: components["schemas"]["SubmodelDefinition"];
90299074
} | null;
9075+
/**
9076+
* Usage Info
9077+
* @description Usage information for this model
9078+
*/
9079+
usage_info?: string | null;
90309080
};
90319081
/** IPAdapterField */
90329082
IPAdapterField: {
@@ -9220,6 +9270,11 @@ export type components = {
92209270
submodels?: {
92219271
[key: string]: components["schemas"]["SubmodelDefinition"];
92229272
} | null;
9273+
/**
9274+
* Usage Info
9275+
* @description Usage information for this model
9276+
*/
9277+
usage_info?: string | null;
92239278
/** Image Encoder Model Id */
92249279
image_encoder_model_id: string;
92259280
};
@@ -13301,6 +13356,11 @@ export type components = {
1330113356
submodels?: {
1330213357
[key: string]: components["schemas"]["SubmodelDefinition"];
1330313358
} | null;
13359+
/**
13360+
* Usage Info
13361+
* @description Usage information for this model
13362+
*/
13363+
usage_info?: string | null;
1330413364
/** @default */
1330513365
repo_variant?: components["schemas"]["ModelRepoVariant"] | null;
1330613366
};
@@ -13471,6 +13531,11 @@ export type components = {
1347113531
submodels?: {
1347213532
[key: string]: components["schemas"]["SubmodelDefinition"];
1347313533
} | null;
13534+
/**
13535+
* Usage Info
13536+
* @description Usage information for this model
13537+
*/
13538+
usage_info?: string | null;
1347413539
/**
1347513540
* Trigger Phrases
1347613541
* @description Set of trigger phrases for this model
@@ -13637,6 +13702,11 @@ export type components = {
1363713702
submodels?: {
1363813703
[key: string]: components["schemas"]["SubmodelDefinition"];
1363913704
} | null;
13705+
/**
13706+
* Usage Info
13707+
* @description Usage information for this model
13708+
*/
13709+
usage_info?: string | null;
1364013710
/**
1364113711
* Trigger Phrases
1364213712
* @description Set of trigger phrases for this model
@@ -13908,6 +13978,11 @@ export type components = {
1390813978
submodels?: {
1390913979
[key: string]: components["schemas"]["SubmodelDefinition"];
1391013980
} | null;
13981+
/**
13982+
* Usage Info
13983+
* @description Usage information for this model
13984+
*/
13985+
usage_info?: string | null;
1391113986
/**
1391213987
* Trigger Phrases
1391313988
* @description Set of trigger phrases for this model
@@ -14012,6 +14087,11 @@ export type components = {
1401214087
submodels?: {
1401314088
[key: string]: components["schemas"]["SubmodelDefinition"];
1401414089
} | null;
14090+
/**
14091+
* Usage Info
14092+
* @description Usage information for this model
14093+
*/
14094+
usage_info?: string | null;
1401514095
/**
1401614096
* Trigger Phrases
1401714097
* @description Set of trigger phrases for this model
@@ -14115,6 +14195,11 @@ export type components = {
1411514195
submodels?: {
1411614196
[key: string]: components["schemas"]["SubmodelDefinition"];
1411714197
} | null;
14198+
/**
14199+
* Usage Info
14200+
* @description Usage information for this model
14201+
*/
14202+
usage_info?: string | null;
1411814203
/**
1411914204
* Trigger Phrases
1412014205
* @description Set of trigger phrases for this model
@@ -14203,6 +14288,11 @@ export type components = {
1420314288
submodels?: {
1420414289
[key: string]: components["schemas"]["SubmodelDefinition"];
1420514290
} | null;
14291+
/**
14292+
* Usage Info
14293+
* @description Usage information for this model
14294+
*/
14295+
usage_info?: string | null;
1420614296
/**
1420714297
* Trigger Phrases
1420814298
* @description Set of trigger phrases for this model
@@ -19292,6 +19382,11 @@ export type components = {
1929219382
submodels?: {
1929319383
[key: string]: components["schemas"]["SubmodelDefinition"];
1929419384
} | null;
19385+
/**
19386+
* Usage Info
19387+
* @description Usage information for this model
19388+
*/
19389+
usage_info?: string | null;
1929519390
/** @default */
1929619391
repo_variant?: components["schemas"]["ModelRepoVariant"] | null;
1929719392
};
@@ -19436,6 +19531,11 @@ export type components = {
1943619531
submodels?: {
1943719532
[key: string]: components["schemas"]["SubmodelDefinition"];
1943819533
} | null;
19534+
/**
19535+
* Usage Info
19536+
* @description Usage information for this model
19537+
*/
19538+
usage_info?: string | null;
1943919539
};
1944019540
/**
1944119541
* Image-to-Image
@@ -20158,6 +20258,11 @@ export type components = {
2015820258
submodels?: {
2015920259
[key: string]: components["schemas"]["SubmodelDefinition"];
2016020260
} | null;
20261+
/**
20262+
* Usage Info
20263+
* @description Usage information for this model
20264+
*/
20265+
usage_info?: string | null;
2016120266
/** @description Default settings for this model */
2016220267
default_settings?: components["schemas"]["ControlAdapterDefaultSettings"] | null;
2016320268
/** @default */
@@ -20381,6 +20486,11 @@ export type components = {
2038120486
submodels?: {
2038220487
[key: string]: components["schemas"]["SubmodelDefinition"];
2038320488
} | null;
20489+
/**
20490+
* Usage Info
20491+
* @description Usage information for this model
20492+
*/
20493+
usage_info?: string | null;
2038420494
};
2038520495
/** T5EncoderConfig */
2038620496
T5EncoderConfig: {
@@ -20452,6 +20562,11 @@ export type components = {
2045220562
submodels?: {
2045320563
[key: string]: components["schemas"]["SubmodelDefinition"];
2045420564
} | null;
20565+
/**
20566+
* Usage Info
20567+
* @description Usage information for this model
20568+
*/
20569+
usage_info?: string | null;
2045520570
};
2045620571
/** T5EncoderField */
2045720572
T5EncoderField: {
@@ -20560,6 +20675,11 @@ export type components = {
2056020675
submodels?: {
2056120676
[key: string]: components["schemas"]["SubmodelDefinition"];
2056220677
} | null;
20678+
/**
20679+
* Usage Info
20680+
* @description Usage information for this model
20681+
*/
20682+
usage_info?: string | null;
2056320683
};
2056420684
/**
2056520685
* TextualInversionFolderConfig
@@ -20634,6 +20754,11 @@ export type components = {
2063420754
submodels?: {
2063520755
[key: string]: components["schemas"]["SubmodelDefinition"];
2063620756
} | null;
20757+
/**
20758+
* Usage Info
20759+
* @description Usage information for this model
20760+
*/
20761+
usage_info?: string | null;
2063720762
};
2063820763
/** Tile */
2063920764
Tile: {
@@ -21160,6 +21285,11 @@ export type components = {
2116021285
submodels?: {
2116121286
[key: string]: components["schemas"]["SubmodelDefinition"];
2116221287
} | null;
21288+
/**
21289+
* Usage Info
21290+
* @description Usage information for this model
21291+
*/
21292+
usage_info?: string | null;
2116321293
/**
2116421294
* Config Path
2116521295
* @description path to the checkpoint model config file
@@ -21244,6 +21374,11 @@ export type components = {
2124421374
submodels?: {
2124521375
[key: string]: components["schemas"]["SubmodelDefinition"];
2124621376
} | null;
21377+
/**
21378+
* Usage Info
21379+
* @description Usage information for this model
21380+
*/
21381+
usage_info?: string | null;
2124721382
};
2124821383
/** VAEField */
2124921384
VAEField: {

0 commit comments

Comments
 (0)