Skip to content

Commit 045c63a

Browse files
authored
Update version and enhance loading message
Updated version from 2.9.0 to 2.9.4 and improved loading message.
1 parent 47bbe97 commit 045c63a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

__init__.py

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

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

88
# Add module directory to Python path
99
current_dir = Path(__file__).parent
@@ -50,4 +50,5 @@ 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')
53+
54+
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)