comfyui nodes

This commit is contained in:
2025-12-30 15:11:51 +01:00
committed by GitHub
parent 4a36df9289
commit f974662286
2 changed files with 164 additions and 0 deletions

3
__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .json_loader import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS']