Update __init__.py

This commit is contained in:
2026-01-10 16:50:21 +01:00
parent 758ee869b6
commit 9e4bd97937

View File

@@ -1,11 +1,3 @@
from .qwen_plus_node import Mamad8_QwenEditPlus_Standalone from .qwen_standalone import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
NODE_CLASS_MAPPINGS = {
"Mamad8_QwenEditPlus_Standalone": Mamad8_QwenEditPlus_Standalone
}
NODE_DISPLAY_NAME_MAPPINGS = {
"Mamad8_QwenEditPlus_Standalone": "Text Encode Qwen Image Edit Plus (Mamad8 Standalone)"
}
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS'] __all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS']