version marker

This commit is contained in:
Dr.Lt.Data
2023-12-28 21:52:30 +09:00
parent 608c86fad6
commit 88963e64db
+1 -1
View File
@@ -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})")