Refresh temp files now also reloads the keyword dict

This commit is contained in:
DominikDoom
2023-07-22 15:33:42 +02:00
parent 2ae512c8be
commit e47c14ab5e
2 changed files with 2 additions and 0 deletions

View File

@@ -1099,6 +1099,7 @@ async function refreshTacTempFiles() {
hypernetworks = [];
loras = [];
lycos = [];
modelKeywordDict.clear();
await processQueue(QUEUE_FILE_LOAD, null);
console.log("TAC: Refreshed temp files");