mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-20 14:56:44 +08:00
10 lines
398 B
Python
10 lines
398 B
Python
from .videohelpersuite.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
|
|
import folder_paths
|
|
from .videohelpersuite.server import server
|
|
from .videohelpersuite import documentation
|
|
from .videohelpersuite import latent_preview
|
|
|
|
WEB_DIRECTORY = "./web"
|
|
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
|
|
documentation.format_descriptions(NODE_CLASS_MAPPINGS)
|