Skip to content

Commit b74e3eb

Browse files
authored
Update version to 2.9.6 and load nodes
1 parent 1c235cc commit b74e3eb

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.9.4"
6+
__version__ = "2.9.6"
77

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

5454
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')
55+

0 commit comments

Comments
 (0)