Spaces:
Running
on
Zero
Running
on
Zero
File size: 146 Bytes
3324de2 |
1 2 3 4 5 6 7 |
from .nodes import NODE_CLASS_MAPPINGS
from .server import *
WEB_DIRECTORY = "./comfyui/web"
__all__ = ["NODE_CLASS_MAPPINGS", "WEB_DIRECTORY"]
|