diff --git a/__init__.py b/__init__.py index dce05dc3..dc47da64 100644 --- a/__init__.py +++ b/__init__.py @@ -55,7 +55,7 @@ sys.path.append('../..') from torchvision.datasets.utils import download_url # ensure .js -print("### Loading: ComfyUI-Manager (V0.30)") +print("### Loading: ComfyUI-Manager (V0.30.1)") comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown" diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 3afeabf8..ceca4969 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -268,7 +268,6 @@ async function updateAll(update_check_checkbox) { if(response1.status == 201 || response2.status == 201) { app.ui.dialog.show('ComfyUI and all extensions have been updated to the latest version.'); app.ui.dialog.element.style.zIndex = 9999; - update_check_checkbox.checked = false; } else { app.ui.dialog.show('ComfyUI and all extensions are already up-to-date with the latest versions.');