mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-25 14:20:48 +08:00
version marker
This commit is contained in:
parent
608c86fad6
commit
88963e64db
@ -20,7 +20,7 @@ import nodes
|
||||
import torch
|
||||
|
||||
|
||||
version = [1, 17]
|
||||
version = [1, 17, 1]
|
||||
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
|
||||
print(f"### Loading: ComfyUI-Manager ({version_str})")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user