Files
Comfyui-Mamad8_QwenEditPlus…/__init__.py
2026-01-10 16:24:50 +01:00

11 lines
346 B
Python

from .qwen_plus_node import Mamad8_QwenEditPlus_Standalone
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']