ComfyUI/custom_nodes/baymax-zimage/__init__.py
2026-03-30 08:44:35 +00:00

5 lines
167 B
Python

from .nodes_baymax_zimage import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]
WEB_DIRECTORY = None