diff --git a/__init__.py b/__init__.py index fbf67a8f..5cb54b29 100644 --- a/__init__.py +++ b/__init__.py @@ -17,7 +17,7 @@ import http.client import re import signal -version = "V1.7.1" +version = "V1.7.2" print(f"### Loading: ComfyUI-Manager ({version})") diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index bea54a90..74605ee1 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -310,7 +310,7 @@ async function fetchUpdates(update_check_checkbox) { } if (response.status == 201) { - app.ui.dialog.show('There is an updated extension available.'); + app.ui.dialog.show('There is an updated extension available.

NOTE:
Fetch Updates is not an update.
Please update from "Install Custom Nodes".

'); app.ui.dialog.element.style.zIndex = 10010; update_check_checkbox.checked = false; }