diff --git a/__init__.py b/__init__.py index a4fd10f..8e1f8bd 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.28)") +print("### Loading: ComfyUI-Manager (V0.28.1)") comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown" @@ -253,6 +253,7 @@ def __win_check_git_update(path, do_fetch=False, do_update=False): process.wait() return True else: + print(f"{output}") process.wait() return False else: @@ -260,6 +261,7 @@ def __win_check_git_update(path, do_fetch=False, do_update=False): process.wait() return True else: + print(f"{output}") process.wait() return False diff --git a/git_helper.py b/git_helper.py index 48f6e9c..5189028 100644 --- a/git_helper.py +++ b/git_helper.py @@ -56,6 +56,7 @@ def gitpull(path): repo.git.submodule('update', '--init', '--recursive') print("CUSTOM NODE PULL: True") except Exception as e: + print(e) print("CUSTOM NODE PULL: False") repo.close()