Skip to content

Commit fe170e0

Browse files
committed
chore: openapi/typegen
1 parent 155ddf6 commit fe170e0

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

invokeai/frontend/web/openapi.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14375,8 +14375,7 @@
1437514375
}
1437614376
},
1437714377
"type": "object",
14378-
"title": "CacheStats",
14379-
"description": "Collect statistics on cache performance."
14378+
"title": "CacheStats"
1438014379
},
1438114380
"CalculateImageTilesEvenSplitInvocation": {
1438214381
"category": "tiles",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5145,10 +5145,7 @@ export type components = {
51455145
*/
51465146
type: "infill_cv2";
51475147
};
5148-
/**
5149-
* CacheStats
5150-
* @description Collect statistics on cache performance.
5151-
*/
5148+
/** CacheStats */
51525149
CacheStats: {
51535150
/**
51545151
* Hits

0 commit comments

Comments
 (0)