Files
ComfyUI_RH_DreamID-V/__init__.py
Your Name 8e50b6d339 DreamID-V
2026-01-07 08:32:15 +00:00

4 lines
177 B
Python

from .nodes import NODE_CLASS_MAPPINGS
NODE_DISPLAY_NAME_MAPPINGS = {k:k for k,v in NODE_CLASS_MAPPINGS.items()}
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS']