mirror of
https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words.git
synced 2026-03-24 14:42:11 -03:00
initial commit
This commit is contained in:
8
__init__.py
Normal file
8
__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#from .nodes_autotrigger import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS as na_NCM, na_NDNM
|
||||
#from .nodes_utils import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS as nu_NCM, nu_NDNM
|
||||
from .nodes_autotrigger import NODE_CLASS_MAPPINGS as na_NCM
|
||||
from .nodes_utils import NODE_CLASS_MAPPINGS as nu_NCM
|
||||
|
||||
NODE_CLASS_MAPPINGS = dict(na_NCM, **nu_NCM)
|
||||
#NODE_DISPLAY_NAME_MAPPINGS = dict(na_NDNM, **nu_NDNM)
|
||||
__all__ = ["NODE_CLASS_MAPPINGS"]#, "NODE_DISPLAY_NAME_MAPPINGS"]
|
||||
Reference in New Issue
Block a user