File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6804,7 +6804,7 @@ export type components = {
68046804 * Seamless Axes
68056805 * @description Axes("x" and "y") to which apply seamless
68066806 */
6807- seamless_axes : string [ ] ;
6807+ seamless_axes ? : string [ ] ;
68086808 } ;
68096809 /** Upscaler */
68106810 Upscaler : {
@@ -6843,7 +6843,7 @@ export type components = {
68436843 * Seamless Axes
68446844 * @description Axes("x" and "y") to which apply seamless
68456845 */
6846- seamless_axes : string [ ] ;
6846+ seamless_axes ? : string [ ] ;
68476847 } ;
68486848 /**
68496849 * VAE
@@ -7036,6 +7036,12 @@ export type components = {
70367036 /** Ui Order */
70377037 ui_order ?: number ;
70387038 } ;
7039+ /**
7040+ * StableDiffusionOnnxModelFormat
7041+ * @description An enumeration.
7042+ * @enum {string}
7043+ */
7044+ StableDiffusionOnnxModelFormat : "olive" | "onnx" ;
70397045 /**
70407046 * StableDiffusion1ModelFormat
70417047 * @description An enumeration.
@@ -7060,12 +7066,6 @@ export type components = {
70607066 * @enum {string}
70617067 */
70627068 StableDiffusion2ModelFormat : "checkpoint" | "diffusers" ;
7063- /**
7064- * StableDiffusionOnnxModelFormat
7065- * @description An enumeration.
7066- * @enum {string}
7067- */
7068- StableDiffusionOnnxModelFormat : "olive" | "onnx" ;
70697069 } ;
70707070 responses : never ;
70717071 parameters : never ;
You can’t perform that action at this time.
0 commit comments