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 1c235cc commit b74e3ebCopy full SHA for b74e3eb
__init__.py
@@ -3,7 +3,7 @@
3
import os
4
import importlib.util
5
6
-__version__ = "2.9.4"
+__version__ = "2.9.6"
7
8
# Add module directory to Python path
9
current_dir = Path(__file__).parent
@@ -52,3 +52,4 @@ def load_nodes():
52
# print(f'\033[34m[ComfyUI-RMBG] v{__version__} \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')
55
+
0 commit comments