mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-05 01:37:50 +08:00
version marker
This commit is contained in:
@ -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})")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user