mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-22 20:44:29 +08:00
fix: version
This commit is contained in:
parent
590432d9ac
commit
1b67c182bf
@ -20,8 +20,8 @@ import nodes
|
|||||||
import torch
|
import torch
|
||||||
|
|
||||||
|
|
||||||
version = [1, 13, 1]
|
version = [1, 13, 2]
|
||||||
version_str = f"V{version[0]}.{version[1]}" + ('.' + version[2] if len(version) > 2 else '')
|
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
|
||||||
print(f"### Loading: ComfyUI-Manager ({version_str})")
|
print(f"### Loading: ComfyUI-Manager ({version_str})")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user