From e7df72f54c11499464eb358a41c06ad0b6848448 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 15 May 2023 17:22:07 +0900 Subject: [PATCH] message fix --- js/comfyui-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 34e786c6..24025c7d 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -64,7 +64,7 @@ async function install_custom_node(target, caller, mode) { } finally { await caller.invalidateControl(); - caller.updateMessage('
To apply the installed custom node, please restart ComfyUI.'); + caller.updateMessage('
To apply the installed/disabled/enabled custom node, please restart ComfyUI.'); } } }