From 85f69e4271c7d0b4469727df85aec9b4f160b7f1 Mon Sep 17 00:00:00 2001 From: ltdrdata Date: Sat, 20 May 2023 11:56:27 +0900 Subject: [PATCH] version s Please enter the commit message for your changes. Lines starting --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 5de8f248..8d952de8 100644 --- a/__init__.py +++ b/__init__.py @@ -16,7 +16,7 @@ sys.path.append('../..') from torchvision.datasets.utils import download_url # ensure .js -print("### Loading: ComfyUI-Manager (V0.4)") +print("### Loading: ComfyUI-Manager (V0.4.1)") comfy_path = os.path.dirname(folder_paths.__file__) custom_nodes_path = os.path.join(comfy_path, 'custom_nodes')