mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +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…
Reference in New Issue
Block a user