Files
ComfyUI_SuperScaler/__init__.py
2025-11-01 21:09:04 +01:00

9 lines
367 B
Python

from .superscaler import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
WEB_DIRECTORY = "./js"
print("-------------------------------------------------")
print(" Node 'Pipeline SuperScaler' chargé avec succès ")
print("-------------------------------------------------")
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS', 'WEB_DIRECTORY']