From a05c483c4538bd0dc2a6046998afa2038576d486 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 5 Nov 2023 11:14:10 +0900 Subject: [PATCH] refactor: move version printer to the top --- __init__.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/__init__.py b/__init__.py index a4b35420..feb0abee 100644 --- a/__init__.py +++ b/__init__.py @@ -9,7 +9,9 @@ import re import locale from tqdm.auto import tqdm -version = "V0.39" + +version = "V0.39.1" +print(f"### Loading: ComfyUI-Manager ({version})") def handle_stream(stream, prefix): @@ -63,9 +65,6 @@ sys.path.append('../..') from torchvision.datasets.utils import download_url -# ensure .js -print(f"### Loading: ComfyUI-Manager ({version})") - comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown"