diff --git a/js/custom-nodes-downloader.js b/js/custom-nodes-downloader.js index 333eb2ec..73d06eea 100644 --- a/js/custom-nodes-downloader.js +++ b/js/custom-nodes-downloader.js @@ -426,6 +426,7 @@ export class CustomNodesInstaller extends ComfyDialog { // Refresh the grid to display sorted data this.createGrid(); + this.apply_searchbox(this.data); } async createGrid() {