From 92e912c065c866054ff38eeca4045c6ee4e23f47 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Sat, 8 Apr 2023 16:55:09 +0100 Subject: [PATCH] Fix multiple missing --- web/scripts/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/scripts/app.js b/web/scripts/app.js index dee4f65a..10019ce8 100644 --- a/web/scripts/app.js +++ b/web/scripts/app.js @@ -902,9 +902,9 @@ class ComfyApp { if (missingNodeTypes.length) { this.ui.dialog.show( - `When loading the graph, the following node types were not found: Nodes that have failed to load will show as red on the graph.` ); } }