mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-20 10:56:37 +08:00
7 lines
184 B
Python
7 lines
184 B
Python
from . import server
|
|
NODE_CLASS_MAPPINGS = {}
|
|
NODE_DISPLAY_NAME_MAPPINGS = {}
|
|
|
|
WEB_DIRECTORY = "./web"
|
|
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
|