From 9e4bd97937d5710724c3d74209562705dcb3bda6 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sat, 10 Jan 2026 16:50:21 +0100 Subject: [PATCH] Update __init__.py --- __init__.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/__init__.py b/__init__.py index f000ce1..6692cab 100644 --- a/__init__.py +++ b/__init__.py @@ -1,11 +1,3 @@ -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)" -} +from .qwen_standalone import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS __all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS'] \ No newline at end of file