Files
ComfyUI_SuperScaler/__init__.py

9 lines
367 B
Python
Raw Normal View History

2025-11-01 21:09:04 +01:00
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']