Files
efficiency-nodes-comfyui/__init__.py
TSC efe4656caa Change how Web Extensions are Loaded
This change comes from changes made to ComfyUI from commmit https://github.com/comfyanonymous/ComfyUI/pull/1273
2023-09-09 11:49:23 -05:00

4 lines
108 B
Python

from .efficiency_nodes import NODE_CLASS_MAPPINGS
WEB_DIRECTORY = "js"
__all__ = ['NODE_CLASS_MAPPINGS']