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 = {
1182011820 * @default null
1182111821 */
1182211822 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;
1182311828 };
1182411829 /**
1182511830 * InstallStatus
@@ -17736,7 +17741,6 @@ export type components = {
1773617741 field_kind: components["schemas"]["FieldKind"];
1773717742 /** Ui Hidden */
1773817743 ui_hidden: boolean;
17739- ui_type: components["schemas"]["UIType"] | null;
1774017744 /** Ui Order */
1774117745 ui_order: number | null;
1774217746 };
You can’t perform that action at this time.
0 commit comments