Change how Web Extensions are Loaded

This change comes from changes made to ComfyUI from commmit https://github.com/comfyanonymous/ComfyUI/pull/1273
This commit is contained in:
TSC
2023-09-09 11:49:23 -05:00
committed by GitHub
parent 23ee8bf91b
commit efe4656caa
2 changed files with 9 additions and 26 deletions

View File

@@ -1,3 +1,3 @@
from .efficiency_nodes import NODE_CLASS_MAPPINGS
__all__ = ['NODE_CLASS_MAPPINGS']
from .efficiency_nodes import NODE_CLASS_MAPPINGS
WEB_DIRECTORY = "js"
__all__ = ['NODE_CLASS_MAPPINGS']