Skip to content

Commit c439e96

Browse files
committed
Update JS with node cache fix
1 parent 3699637 commit c439e96

File tree

9 files changed

+321
-305
lines changed

9 files changed

+321
-305
lines changed

invokeai/frontend/web/dist/assets/App-61ae6f9e.js

Lines changed: 169 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/assets/App-a6561f15.js

Lines changed: 0 additions & 169 deletions
This file was deleted.

invokeai/frontend/web/dist/assets/ThemeLocaleProvider-4a53cbc4.js renamed to invokeai/frontend/web/dist/assets/ThemeLocaleProvider-9f721f69.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/assets/index-90c97650.js

Lines changed: 0 additions & 128 deletions
This file was deleted.

invokeai/frontend/web/dist/assets/index-eac60e23.js

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/assets/menu-692df0f1.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

invokeai/frontend/web/dist/assets/menu-f40e1624.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin: 0;
1313
}
1414
</style>
15-
<script type="module" crossorigin src="./assets/index-90c97650.js"></script>
15+
<script type="module" crossorigin src="./assets/index-eac60e23.js"></script>
1616
</head>
1717

1818
<body dir="ltr">

invokeai/frontend/web/dist/locales/en.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,22 @@
264264
"graphQueued": "Graph queued",
265265
"graphFailedToQueue": "Failed to queue graph"
266266
},
267+
"invocationCache": {
268+
"invocationCache": "Invocation Cache",
269+
"cacheSize": "Cache Size",
270+
"maxCacheSize": "Max Cache Size",
271+
"hits": "Cache Hits",
272+
"misses": "Cache Misses",
273+
"clear": "Clear",
274+
"clearSucceeded": "Invocation Cache Cleared",
275+
"clearFailed": "Problem Clearing Invocation Cache",
276+
"enable": "Enable",
277+
"enableSucceeded": "Invocation Cache Enabled",
278+
"enableFailed": "Problem Enabling Invocation Cache",
279+
"disable": "Disable",
280+
"disableSucceeded": "Invocation Cache Disabled",
281+
"disableFailed": "Problem Disabling Invocation Cache"
282+
},
267283
"gallery": {
268284
"allImagesLoaded": "All Images Loaded",
269285
"assets": "Assets",

0 commit comments

Comments
 (0)