Skip to content

Commit 25c07e9

Browse files
authored
Update __init__.py
1 parent 3837285 commit 25c07e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import importlib.util
55

6-
__version__ = "2.7.0"
6+
__version__ = "2.8.1"
77

88
# Add module directory to Python path
99
current_dir = Path(__file__).parent
@@ -51,3 +51,4 @@ def load_nodes():
5151
]
5252
# print(f'\033[34m[ComfyUI-RMBG] v{__version__} \033[92mLoaded\033[0m')
5353
print(f'\033[34m[ComfyUI-RMBG]\033[0m v\033[93m{__version__}\033[0m | \033[93m{len(NODE_CLASS_MAPPINGS)} nodes\033[0m \033[92mLoaded\033[0m')
54+

0 commit comments

Comments
 (0)