Skip to content

Commit d988891

Browse files
chore(ui): fix schema
1 parent 7cfaca8 commit d988891

File tree

1 file changed

+5
-5
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+5
-5
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6827,7 +6827,7 @@ export type components = {
68276827
/**
68286828
* Use Cache
68296829
* @description Whether or not to use the cache
6830-
* @default true
6830+
* @default false
68316831
*/
68326832
use_cache?: boolean;
68336833
/**
@@ -19475,7 +19475,7 @@ export type components = {
1947519475
/**
1947619476
* Use Cache
1947719477
* @description Whether or not to use the cache
19478-
* @default true
19478+
* @default false
1947919479
*/
1948019480
use_cache?: boolean;
1948119481
/**
@@ -19522,7 +19522,7 @@ export type components = {
1952219522
/**
1952319523
* Use Cache
1952419524
* @description Whether or not to use the cache
19525-
* @default true
19525+
* @default false
1952619526
*/
1952719527
use_cache?: boolean;
1952819528
/**
@@ -19563,7 +19563,7 @@ export type components = {
1956319563
/**
1956419564
* Use Cache
1956519565
* @description Whether or not to use the cache
19566-
* @default true
19566+
* @default false
1956719567
*/
1956819568
use_cache?: boolean;
1956919569
/**
@@ -20641,7 +20641,7 @@ export type components = {
2064120641
/**
2064220642
* Use Cache
2064320643
* @description Whether or not to use the cache
20644-
* @default true
20644+
* @default false
2064520645
*/
2064620646
use_cache?: boolean;
2064720647
/**

0 commit comments

Comments
 (0)