Skip to content

Commit d7e9ad5

Browse files
psychedelicioushipsterusername
authored andcommitted
chore(ui): typegen
1 parent b6d7a44 commit d7e9ad5

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
@@ -13581,7 +13581,7 @@ export type components = {
1358113581
* Source
1358213582
* @description Source of the model; local path, repo_id or url
1358313583
*/
13584-
source: string;
13584+
source: components["schemas"]["LocalModelSource"] | components["schemas"]["HFModelSource"] | components["schemas"]["URLModelSource"];
1358513585
};
1358613586
/**
1358713587
* ModelInstallCompleteEvent
@@ -13602,7 +13602,7 @@ export type components = {
1360213602
* Source
1360313603
* @description Source of the model; local path, repo_id or url
1360413604
*/
13605-
source: string;
13605+
source: components["schemas"]["LocalModelSource"] | components["schemas"]["HFModelSource"] | components["schemas"]["URLModelSource"];
1360613606
/**
1360713607
* Key
1360813608
* @description Model config record key
@@ -13633,7 +13633,7 @@ export type components = {
1363313633
* Source
1363413634
* @description Source of the model; local path, repo_id or url
1363513635
*/
13636-
source: string;
13636+
source: components["schemas"]["LocalModelSource"] | components["schemas"]["HFModelSource"] | components["schemas"]["URLModelSource"];
1363713637
/**
1363813638
* Local Path
1363913639
* @description Where model is downloading to
@@ -13676,7 +13676,7 @@ export type components = {
1367613676
* Source
1367713677
* @description Source of the model; local path, repo_id or url
1367813678
*/
13679-
source: string;
13679+
source: components["schemas"]["LocalModelSource"] | components["schemas"]["HFModelSource"] | components["schemas"]["URLModelSource"];
1368013680
/**
1368113681
* Local Path
1368213682
* @description Where model is downloading to
@@ -13719,7 +13719,7 @@ export type components = {
1371913719
* Source
1372013720
* @description Source of the model; local path, repo_id or url
1372113721
*/
13722-
source: string;
13722+
source: components["schemas"]["LocalModelSource"] | components["schemas"]["HFModelSource"] | components["schemas"]["URLModelSource"];
1372313723
};
1372413724
/**
1372513725
* ModelInstallErrorEvent
@@ -13740,7 +13740,7 @@ export type components = {
1374013740
* Source
1374113741
* @description Source of the model; local path, repo_id or url
1374213742
*/
13743-
source: string;
13743+
source: components["schemas"]["LocalModelSource"] | components["schemas"]["HFModelSource"] | components["schemas"]["URLModelSource"];
1374413744
/**
1374513745
* Error Type
1374613746
* @description The name of the exception
@@ -13848,7 +13848,7 @@ export type components = {
1384813848
* Source
1384913849
* @description Source of the model; local path, repo_id or url
1385013850
*/
13851-
source: string;
13851+
source: components["schemas"]["LocalModelSource"] | components["schemas"]["HFModelSource"] | components["schemas"]["URLModelSource"];
1385213852
};
1385313853
/**
1385413854
* ModelLoadCompleteEvent

0 commit comments

Comments
 (0)