We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bbe97 commit 045c63aCopy full SHA for 045c63a
__init__.py
@@ -3,7 +3,7 @@
3
import os
4
import importlib.util
5
6
-__version__ = "2.9.0"
+__version__ = "2.9.4"
7
8
# Add module directory to Python path
9
current_dir = Path(__file__).parent
@@ -50,4 +50,5 @@ def load_nodes():
50
"NODE_DISPLAY_NAME_MAPPINGS"
51
]
52
# 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
+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