Skip to content

Commit

Permalink
Update JS with node cache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Millu committed Sep 21, 2023
1 parent 3699637 commit c439e96
Show file tree
Hide file tree
Showing 9 changed files with 321 additions and 305 deletions.
169 changes: 169 additions & 0 deletions invokeai/frontend/web/dist/assets/App-61ae6f9e.js

Large diffs are not rendered by default.

169 changes: 0 additions & 169 deletions invokeai/frontend/web/dist/assets/App-a6561f15.js

This file was deleted.

Large diffs are not rendered by default.

128 changes: 0 additions & 128 deletions invokeai/frontend/web/dist/assets/index-90c97650.js

This file was deleted.

128 changes: 128 additions & 0 deletions invokeai/frontend/web/dist/assets/index-eac60e23.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion invokeai/frontend/web/dist/assets/menu-692df0f1.js

This file was deleted.

1 change: 1 addition & 0 deletions invokeai/frontend/web/dist/assets/menu-f40e1624.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion invokeai/frontend/web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
margin: 0;
}
</style>
<script type="module" crossorigin src="./assets/index-90c97650.js"></script>
<script type="module" crossorigin src="./assets/index-eac60e23.js"></script>
</head>

<body dir="ltr">
Expand Down
16 changes: 16 additions & 0 deletions invokeai/frontend/web/dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,22 @@
"graphQueued": "Graph queued",
"graphFailedToQueue": "Failed to queue graph"
},
"invocationCache": {
"invocationCache": "Invocation Cache",
"cacheSize": "Cache Size",
"maxCacheSize": "Max Cache Size",
"hits": "Cache Hits",
"misses": "Cache Misses",
"clear": "Clear",
"clearSucceeded": "Invocation Cache Cleared",
"clearFailed": "Problem Clearing Invocation Cache",
"enable": "Enable",
"enableSucceeded": "Invocation Cache Enabled",
"enableFailed": "Problem Enabling Invocation Cache",
"disable": "Disable",
"disableSucceeded": "Invocation Cache Disabled",
"disableFailed": "Problem Disabling Invocation Cache"
},
"gallery": {
"allImagesLoaded": "All Images Loaded",
"assets": "Assets",
Expand Down

0 comments on commit c439e96

Please sign in to comment.