File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11820,6 +11820,11 @@ export type components = {
11820
11820
* @default null
11821
11821
*/
11822
11822
ui_model_variant: (components["schemas"]["ClipVariantType"] | components["schemas"]["ModelVariantType"])[] | null;
11823
+ /**
11824
+ * Ui Model Format
11825
+ * @default null
11826
+ */
11827
+ ui_model_format: components["schemas"]["ModelFormat"][] | null;
11823
11828
};
11824
11829
/**
11825
11830
* InstallStatus
@@ -17736,7 +17741,6 @@ export type components = {
17736
17741
field_kind: components["schemas"]["FieldKind"];
17737
17742
/** Ui Hidden */
17738
17743
ui_hidden: boolean;
17739
- ui_type: components["schemas"]["UIType"] | null;
17740
17744
/** Ui Order */
17741
17745
ui_order: number | null;
17742
17746
};
You can’t perform that action at this time.
0 commit comments