Refresh temp files now also reloads the keyword dict
parent
2ae512c8be
commit
e47c14ab5e
|
|
@ -140,6 +140,7 @@ Some are already included in the default list though, so trying it out first is
|
|||
|
||||

|
||||
</details>
|
||||
After having added your custom keywords, you will need to either restart the UI or use the "Refresh TAC temp files" setting button.
|
||||
|
||||
Sometimes the inserted keywords can be wrong due to a hash collision, however model-keyword and tag autocomplete take the name of the file into account too if the collision is known.
|
||||
|
||||
|
|
|
|||
|
|
@ -1099,6 +1099,7 @@ async function refreshTacTempFiles() {
|
|||
hypernetworks = [];
|
||||
loras = [];
|
||||
lycos = [];
|
||||
modelKeywordDict.clear();
|
||||
await processQueue(QUEUE_FILE_LOAD, null);
|
||||
|
||||
console.log("TAC: Refreshed temp files");
|
||||
|
|
|
|||
Loading…
Reference in New Issue