modified: workflow gallery button

- add openart.ai
This commit is contained in:
Dr.Lt.Data
2023-12-22 22:03:43 +09:00
parent 7a1b5e2b03
commit ef1632d21d
3 changed files with 24 additions and 24 deletions

View File

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