Skip to content

Commit 0a6e642

Browse files
authored
Add files via upload
1 parent 03abb47 commit 0a6e642

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

__init__.py

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

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

88
# Add module directory to Python path
99
current_dir = Path(__file__).parent
@@ -50,5 +50,4 @@ def load_nodes():
5050
"NODE_DISPLAY_NAME_MAPPINGS"
5151
]
5252
# print(f'\033[34m[ComfyUI-RMBG] v{__version__} \033[92mLoaded\033[0m')
53-
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-
53+
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')

0 commit comments

Comments
 (0)