feat: Fix node (recreate)

This commit is contained in:
Dr.Lt.Data
2024-01-01 20:57:32 +09:00
parent cdbbba4b95
commit 7dfbdfb44e
2 changed files with 74 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ import nodes
import torch
version = [1, 17, 1]
version = [1, 18]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")