mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
refactor: move version printer to the top
This commit is contained in:
parent
97c8d204d2
commit
a05c483c45
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user