mirror of
https://github.com/tritant/ComfyUI_SuperScaler.git
synced 2025-12-14 15:47:42 +01:00
9 lines
367 B
Python
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'] |