Add __init__.py
This commit is contained in:
11
__init__.py
Normal file
11
__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
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']
|
||||
Reference in New Issue
Block a user