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 155ddf6 commit fe170e0Copy full SHA for fe170e0
2 files changed
invokeai/frontend/web/openapi.json
@@ -14375,8 +14375,7 @@
14375
}
14376
},
14377
"type": "object",
14378
- "title": "CacheStats",
14379
- "description": "Collect statistics on cache performance."
+ "title": "CacheStats"
14380
14381
"CalculateImageTilesEvenSplitInvocation": {
14382
"category": "tiles",
invokeai/frontend/web/src/services/api/schema.ts
@@ -5145,10 +5145,7 @@ export type components = {
5145
*/
5146
type: "infill_cv2";
5147
};
5148
- /**
5149
- * CacheStats
5150
- * @description Collect statistics on cache performance.
5151
- */
+ /** CacheStats */
5152
CacheStats: {
5153
/**
5154
* Hits
0 commit comments