refactor: move version printer to the top

This commit is contained in:
Dr.Lt.Data 2023-11-05 11:14:10 +09:00
parent 97c8d204d2
commit a05c483c45

View File

@ -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"