We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5a529 commit e6d9dacCopy full SHA for e6d9dac
invokeai/frontend/web/src/services/api/schema.ts
@@ -11805,6 +11805,21 @@ export type components = {
11805
ui_choice_labels: {
11806
[key: string]: string;
11807
} | null;
11808
+ /**
11809
+ * Ui Model Base
11810
+ * @default null
11811
+ */
11812
+ ui_model_base: components["schemas"]["BaseModelType"][] | null;
11813
11814
+ * Ui Model Type
11815
11816
11817
+ ui_model_type: components["schemas"]["ModelType"][] | null;
11818
11819
+ * Ui Model Variant
11820
11821
11822
+ ui_model_variant: (components["schemas"]["ClipVariantType"] | components["schemas"]["ModelVariantType"])[] | null;
11823
};
11824
/**
11825
* InstallStatus
0 commit comments