Added automatic reloading of node models in graph on model update (download, move and delete).

This commit is contained in:
Christian Bastian
2024-04-20 20:51:16 -04:00
parent 1bfcbc44df
commit 31f0500420
2 changed files with 2 additions and 1 deletions

View File

@@ -3503,6 +3503,8 @@ class ModelManager extends ComfyDialog {
this.#modelTab.updateModelGrid();
await this.#tryHideModelInfo(false);
document.getElementById("comfy-refresh-button")?.click();
}
/**