diff --git a/__init__.py b/__init__.py index 3e8d0807..efaf3f63 100644 --- a/__init__.py +++ b/__init__.py @@ -18,7 +18,7 @@ import re import signal import nodes -version = "V1.10" +version = "V1.10.1" print(f"### Loading: ComfyUI-Manager ({version})") required_comfyui_revision = 1793 diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 292e49e4..8a583005 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -435,7 +435,7 @@ async function updateAll(update_check_checkbox, manager_dialog) { return false; } if(response1.status == 201 || response2.status == 201) { - app.ui.dialog.show("ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser."); + app.ui.dialog.show("ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser."); const rebootButton = document.getElementById('cm-reboot-button'); rebootButton.onclick = function() {