mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-22 13:42:13 -03:00
This change comes from changes made to ComfyUI from commmit https://github.com/comfyanonymous/ComfyUI/pull/1273
4 lines
108 B
Python
4 lines
108 B
Python
from .efficiency_nodes import NODE_CLASS_MAPPINGS
|
|
WEB_DIRECTORY = "js"
|
|
__all__ = ['NODE_CLASS_MAPPINGS']
|